diff options
Diffstat (limited to 'src/gui/widgets/tabstrip.h')
-rw-r--r-- | src/gui/widgets/tabstrip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/tabstrip.h b/src/gui/widgets/tabstrip.h index 39bb76529..6c45414e7 100644 --- a/src/gui/widgets/tabstrip.h +++ b/src/gui/widgets/tabstrip.h @@ -39,9 +39,9 @@ class TabStrip final : public WidgetGroup Widget *createWidget(const std::string &name, const bool pressed = false) - const final A_WARN_UNUSED; + const override final A_WARN_UNUSED; - void action(const ActionEvent &event) final; + void action(const ActionEvent &event) override final; void nextTab(); |