summaryrefslogtreecommitdiff
path: root/src/gui/widgets/inventoryfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/inventoryfilter.h')
-rw-r--r--src/gui/widgets/inventoryfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/inventoryfilter.h b/src/gui/widgets/inventoryfilter.h
index 42f51c895..aa71bb419 100644
--- a/src/gui/widgets/inventoryfilter.h
+++ b/src/gui/widgets/inventoryfilter.h
@@ -40,6 +40,8 @@ class InventoryFilter : public HorizontContainer, public gcn::ActionListener
void add(std::string tag);
+ void add(std::string text, std::string tag);
+
void action(const gcn::ActionEvent &event);
private: