From 4c3cfc12b580268b549d68213f54e9e8c64dd4d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 May 2011 01:36:41 +0300 Subject: Fix complilation warnings. --- src/gui/widgets/inventoryfilter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/inventoryfilter.h') diff --git a/src/gui/widgets/inventoryfilter.h b/src/gui/widgets/inventoryfilter.h index aa71bb419..ed49ba39b 100644 --- a/src/gui/widgets/inventoryfilter.h +++ b/src/gui/widgets/inventoryfilter.h @@ -38,9 +38,9 @@ class InventoryFilter : public HorizontContainer, public gcn::ActionListener public: InventoryFilter(std::string group, int height, int spacing); - void add(std::string tag); + void addButton(std::string tag); - void add(std::string text, std::string tag); + void addButton(std::string text, std::string tag); void action(const gcn::ActionEvent &event); -- cgit v1.2.3-70-g09d2