From 3dcf21babe03cee5080a25e787e1d7e72124288e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 01:34:49 +0300 Subject: Add final keyword to most classes. --- src/shopitem.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/shopitem.h') 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 +#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: /** -- cgit v1.2.3-70-g09d2