diff options
Diffstat (limited to 'src/gui/widgets/shoplistbox.h')
-rw-r--r-- | src/gui/widgets/shoplistbox.h | 2 |
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: |