diff options
Diffstat (limited to 'src/gui/windows/tradewindow.h')
-rw-r--r-- | src/gui/windows/tradewindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/tradewindow.h b/src/gui/windows/tradewindow.h index c5e1d7e8f..6839b2f30 100644 --- a/src/gui/windows/tradewindow.h +++ b/src/gui/windows/tradewindow.h @@ -114,7 +114,7 @@ class TradeWindow 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; /** * Closes the Trade Window, as well as telling the server that the |