diff options
Diffstat (limited to 'src/resources/inventory/inventory.h')
-rw-r--r-- | src/resources/inventory/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/inventory/inventory.h b/src/resources/inventory/inventory.h index 501141ed8..1e1a97dd4 100644 --- a/src/resources/inventory/inventory.h +++ b/src/resources/inventory/inventory.h @@ -45,7 +45,7 @@ class InventoryListener; class Item; -class Inventory final +class Inventory notfinal { public: A_DELETE_COPY(Inventory) |