diff options
Diffstat (limited to 'src/gui/npcpostdialog.h')
-rw-r--r-- | src/gui/npcpostdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/npcpostdialog.h b/src/gui/npcpostdialog.h index 96b51fb47..a13a25d2f 100644 --- a/src/gui/npcpostdialog.h +++ b/src/gui/npcpostdialog.h @@ -43,7 +43,7 @@ public: /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; void setVisible(bool visible); |