summaryrefslogtreecommitdiff
path: root/scene/gui/panel_container.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/panel_container.h')
-rw-r--r--scene/gui/panel_container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/panel_container.h b/scene/gui/panel_container.h
index b68bc223dc..92743f2c47 100644
--- a/scene/gui/panel_container.h
+++ b/scene/gui/panel_container.h
@@ -40,7 +40,7 @@ protected:
void _notification(int p_what);
public:
- virtual Size2 get_minimum_size() const;
+ virtual Size2 get_minimum_size() const override;
PanelContainer();
};