diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h index b17e480ed..cec366b71 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -47,6 +47,8 @@ class InventoryListener class Inventory final { public: + A_DELETE_COPY(Inventory); + static const int NO_SLOT_INDEX = -1; /**< Slot has no index. */ enum |