summaryrefslogtreecommitdiff
path: root/editor/pane_drag.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pane_drag.h')
-rw-r--r--editor/pane_drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pane_drag.h b/editor/pane_drag.h
index bd26621c83..7bd9feb63b 100644
--- a/editor/pane_drag.h
+++ b/editor/pane_drag.h
@@ -39,7 +39,7 @@ class PaneDrag : public Control {
bool mouse_over;
protected:
- void _gui_input(const InputEvent &p_input);
+ void _gui_input(const Ref<InputEvent> &p_input);
void _notification(int p_what);
virtual Size2 get_minimum_size() const;
static void _bind_methods();