diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index 0608d0c4a..6ec83f7bf 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -27,11 +27,13 @@ #include <stack> +#include "localconsts.h" + /** * Represents an item in a shop inventory. It can store quantity and inventory * indices of duplicate entries in the shop as well. */ -class ShopItem : public Item +class ShopItem final : public Item { public: /** |