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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/shopitems.h') diff --git a/src/gui/widgets/shopitems.h b/src/gui/widgets/shopitems.h index 0e9a45f1d..949dcfc78 100644 --- a/src/gui/widgets/shopitems.h +++ b/src/gui/widgets/shopitems.h @@ -66,7 +66,7 @@ class ShopItems : public gcn::ListModel * @param quantity number of available copies of the item * @param price price of the item */ - void addItem(int inventoryIndex, int id, int amount, int price); + void addItem2(int inventoryIndex, int id, int amount, int price); void addItemNoDup(int id, int amount, int price); -- cgit v1.2.3-70-g09d2