diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |