diff options
Diffstat (limited to 'src/gui/windows/textcommandeditor.h')
-rw-r--r-- | src/gui/windows/textcommandeditor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/windows/textcommandeditor.h b/src/gui/windows/textcommandeditor.h index 9367baff1..07562320a 100644 --- a/src/gui/windows/textcommandeditor.h +++ b/src/gui/windows/textcommandeditor.h @@ -56,11 +56,11 @@ class TextCommandEditor final : public Window, */ ~TextCommandEditor(); - void postInit() final; + void postInit() override final; - void action(const ActionEvent &event) final; + void action(const ActionEvent &event) override final; - void scheduleDelete() final; + void scheduleDelete() override final; private: #ifdef TMWA_SUPPORT |