From 7ead3ed1acfa3f34f017552f1eac918685a1414a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 16 Sep 2016 01:33:51 +0300 Subject: Fix compilation without C++11 flags. --- src/gui/widgets/shoplistbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.3-60-g2f50