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/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventory.h') diff --git a/src/inventory.h b/src/inventory.h index f7d3e448f..b17e480ed 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -44,7 +44,7 @@ class InventoryListener { } }; -class Inventory +class Inventory final { public: static const int NO_SLOT_INDEX = -1; /**< Slot has no index. */ -- cgit v1.2.3-70-g09d2