summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/inventoryhandler.h')
-rw-r--r--src/net/ea/inventoryhandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h
index cd56dd31f..80ddcc25f 100644
--- a/src/net/ea/inventoryhandler.h
+++ b/src/net/ea/inventoryhandler.h
@@ -46,7 +46,7 @@ class EquipBackend : public Equipment::Backend
memset(mEquipment, -1, sizeof(mEquipment));
}
- A_DELETE_COPY(EquipBackend);
+ A_DELETE_COPY(EquipBackend)
Item *getEquipment(int index) const
{
@@ -142,7 +142,7 @@ class InventoryHandler : public Net::InventoryHandler
InventoryHandler();
- A_DELETE_COPY(InventoryHandler);
+ A_DELETE_COPY(InventoryHandler)
~InventoryHandler();