diff options
Diffstat (limited to 'editor/pane_drag.h')
-rw-r--r-- | editor/pane_drag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pane_drag.h b/editor/pane_drag.h index 7bd9feb63b..0be017b8f7 100644 --- a/editor/pane_drag.h +++ b/editor/pane_drag.h @@ -34,7 +34,7 @@ class PaneDrag : public Control { - GDCLASS(PaneDrag, Control); + GDCLASS(PaneDrag, Control) bool mouse_over; |