diff options
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h index 2af6cfe8..b2b88c40 100644 --- a/src/gui/buy.h +++ b/src/gui/buy.h @@ -74,7 +74,7 @@ class BuyDialog : public Window, public 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); /** * Returns the number of items in the shop inventory. |