aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/separator.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/separator.h')
-rw-r--r--scene/gui/separator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/separator.h b/scene/gui/separator.h
index 5fb17e1c2..56d8a9724 100644
--- a/scene/gui/separator.h
+++ b/scene/gui/separator.h
@@ -45,7 +45,7 @@ protected:
void _notification(int p_what);
public:
- virtual Size2 get_minimum_size() const;;
+ virtual Size2 get_minimum_size() const;
Separator();
~Separator();