From 9bf3338f82bfbd425debb2855d015c7bd0e33989 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Sun, 17 Jul 2005 21:10:44 +0000 Subject: Added Item and Equipment class and made the appropriate places make use of them. Plus some cleanups. --- src/gui/trade.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/trade.h') diff --git a/src/gui/trade.h b/src/gui/trade.h index 5b824548..6132a182 100644 --- a/src/gui/trade.h +++ b/src/gui/trade.h @@ -89,7 +89,7 @@ class TradeWindow : public Window, gcn::ActionListener /** * Send trade packet. */ - void TradeWindow::tradeItem(int index, int quantity); + void TradeWindow::tradeItem(Item *item, int quantity); /** * Called on mouse click. -- cgit v1.2.3-70-g09d2