summaryrefslogtreecommitdiff
path: root/src/gui/trade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/trade.h')
-rw-r--r--src/gui/trade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/trade.h b/src/gui/trade.h
index 339fc4e3..cf792c19 100644
--- a/src/gui/trade.h
+++ b/src/gui/trade.h
@@ -112,7 +112,7 @@ class TradeWindow : public Window, gcn::ActionListener, SelectionListener
/**
* Called when receiving actions from the widgets.
*/
- void action(const std::string &eventId, gcn::Widget *widget);
+ void action(const gcn::ActionEvent &event);
private:
Network *mNetwork;