summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/widgets/shoplistbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/shoplistbox.h b/src/gui/widgets/shoplistbox.h
index 471f6eadc..38b988bfa 100644
--- a/src/gui/widgets/shoplistbox.h
+++ b/src/gui/widgets/shoplistbox.h
@@ -91,7 +91,7 @@ class ShopListBox final : public ListBox
void setType(const ShopListBoxTypeT type)
{ mType = type; }
- ShopListBoxType getType() const
+ ShopListBoxTypeT getType() const
{ return mType; }
private: