summaryrefslogtreecommitdiff
path: root/src/gui/trade.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/trade.cpp')
-rw-r--r--src/gui/trade.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/trade.cpp b/src/gui/trade.cpp
index ede4c7a3d..ab53c38e6 100644
--- a/src/gui/trade.cpp
+++ b/src/gui/trade.cpp
@@ -161,7 +161,7 @@ void TradeWindow::addItem(int id, bool own, int quantity,
}
void TradeWindow::addItem2(int id, bool own, int quantity,
- int refine, unsigned char color, bool equipment)
+ int refine, unsigned char color, bool equipment)
{
if (own)
mMyInventory->addItem(id, quantity, refine, color, equipment);