diff options
Diffstat (limited to 'src/gui/windows/npcpostdialog.h')
-rw-r--r-- | src/gui/windows/npcpostdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/windows/npcpostdialog.h b/src/gui/windows/npcpostdialog.h index 110aac58a..b40eaf334 100644 --- a/src/gui/windows/npcpostdialog.h +++ b/src/gui/windows/npcpostdialog.h @@ -43,14 +43,14 @@ class NpcPostDialog final : public Window, ~NpcPostDialog(); - void postInit() override; + void postInit() override final; /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event) override; + void action(const gcn::ActionEvent &event) override final; - void setVisible(bool visible) override; + void setVisible(bool visible) override final; /** * Returns true if any instances exist. |