diff options
Diffstat (limited to 'editor/pane_drag.h')
| -rw-r--r-- | editor/pane_drag.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editor/pane_drag.h b/editor/pane_drag.h index 8796fc259..30ca6c20a 100644 --- a/editor/pane_drag.h +++ b/editor/pane_drag.h @@ -33,17 +33,16 @@ class PaneDrag : public Control { - GDCLASS( PaneDrag, Control ); + GDCLASS(PaneDrag, Control); bool mouse_over; - protected: - - void _gui_input(const InputEvent& p_input); + void _gui_input(const InputEvent &p_input); void _notification(int p_what); virtual Size2 get_minimum_size() const; static void _bind_methods(); + public: PaneDrag(); }; |
