From bb73cadd0afdc9fa55ea66ecedd8be53a6f3198e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Mar 2011 21:31:39 +0200 Subject: Chnage same methods with different parameters number to different names. --- src/gui/widgets/shopitems.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/shopitems.cpp') diff --git a/src/gui/widgets/shopitems.cpp b/src/gui/widgets/shopitems.cpp index 36994801f..3e46f51a4 100644 --- a/src/gui/widgets/shopitems.cpp +++ b/src/gui/widgets/shopitems.cpp @@ -61,7 +61,7 @@ void ShopItems::addItemNoDup(int id, int amount, int price) mShopItems.push_back(new ShopItem(-1, id, amount, price)); } -void ShopItems::addItem(int inventoryIndex, int id, int quantity, int price) +void ShopItems::addItem2(int inventoryIndex, int id, int quantity, int price) { ShopItem *item = 0; if (mMergeDuplicates) -- cgit v1.2.3-60-g2f50