diff options
Diffstat (limited to 'scene/gui/slider.h')
-rw-r--r-- | scene/gui/slider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/slider.h b/scene/gui/slider.h index f85e6d1807..cf009b9a75 100644 --- a/scene/gui/slider.h +++ b/scene/gui/slider.h @@ -53,7 +53,7 @@ protected: void _notification(int p_what); static void _bind_methods(); bool ticks_on_borders; - + public: virtual Size2 get_minimum_size() const; |