summaryrefslogtreecommitdiff
path: root/src/gui/widgets/inventoryfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/inventoryfilter.cpp')
-rw-r--r--src/gui/widgets/inventoryfilter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/inventoryfilter.cpp b/src/gui/widgets/inventoryfilter.cpp
index 7de7457ea..8c62849a1 100644
--- a/src/gui/widgets/inventoryfilter.cpp
+++ b/src/gui/widgets/inventoryfilter.cpp
@@ -31,12 +31,12 @@ InventoryFilter::InventoryFilter(std::string group, int height, int spacing):
{
}
-void InventoryFilter::add(std::string tag)
+void InventoryFilter::addButton(std::string tag)
{
- add(tag, tag);
+ addButton(tag, tag);
}
-void InventoryFilter::add(std::string text, std::string tag)
+void InventoryFilter::addButton(std::string text, std::string tag)
{
if (text.empty() || tag.empty())
return;