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 be2b2673f..67515c013 100644 --- a/src/gui/trade.h +++ b/src/gui/trade.h @@ -75,7 +75,7 @@ class TradeWindow : public Window, gcn::ActionListener, gcn::SelectionListener * Add an item to the trade window. */ void addItem2(int id, bool own, int quantity, int refine, - unsigned char color, bool equipment); + unsigned char color, bool equipment); /** * Change quantity of an item. |