diff options
Diffstat (limited to 'src/gui/tradewindow.h')
-rw-r--r-- | src/gui/tradewindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/tradewindow.h b/src/gui/tradewindow.h index 0ba3b9043..9785a1344 100644 --- a/src/gui/tradewindow.h +++ b/src/gui/tradewindow.h @@ -111,12 +111,12 @@ class TradeWindow final : public Window, * Updates the labels and makes sure only one item is selected in * either my inventory or partner inventory. */ - void valueChanged(const gcn::SelectionEvent &event); + void valueChanged(const gcn::SelectionEvent &event) override; /** * Called when receiving actions from the widgets. */ - void action(const gcn::ActionEvent &event); + void action(const gcn::ActionEvent &event) override; /** * Closes the Trade Window, as well as telling the server that the |