diff options
Diffstat (limited to 'src/gui/windows/didyouknowwindow.h')
-rw-r--r-- | src/gui/windows/didyouknowwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/didyouknowwindow.h b/src/gui/windows/didyouknowwindow.h index ff4599657..4f88b3f1c 100644 --- a/src/gui/windows/didyouknowwindow.h +++ b/src/gui/windows/didyouknowwindow.h @@ -53,7 +53,7 @@ class DidYouKnowWindow final : public Window, /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event) override final; + void action(const ActionEvent &event) override final; /** * Handles link action. |