diff options
Diffstat (limited to 'src/gui/widgets/vertcontainer.h')
-rw-r--r-- | src/gui/widgets/vertcontainer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/vertcontainer.h b/src/gui/widgets/vertcontainer.h index 22055919d..97ea01f1e 100644 --- a/src/gui/widgets/vertcontainer.h +++ b/src/gui/widgets/vertcontainer.h @@ -49,9 +49,9 @@ class VertContainer final : public Container, void add1(Widget *const widget, const int spacing = -1); - void clear() override final; + void clear() final; - void widgetResized(const Event &event) override final; + void widgetResized(const Event &event) final; private: std::vector<Widget*> mResizableWidgets; |