diff options
Diffstat (limited to 'src/gui/trade.h')
-rw-r--r-- | src/gui/trade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/trade.h b/src/gui/trade.h index fcaa2f6ac..be2b2673f 100644 --- a/src/gui/trade.h +++ b/src/gui/trade.h @@ -74,7 +74,7 @@ class TradeWindow : public Window, gcn::ActionListener, gcn::SelectionListener /** * Add an item to the trade window. */ - void addItem(int id, bool own, int quantity, int refine, + void addItem2(int id, bool own, int quantity, int refine, unsigned char color, bool equipment); /** |