diff options
Diffstat (limited to 'src/net/ea/inventoryhandler.h')
-rw-r--r-- | src/net/ea/inventoryhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index e26878f65..76ceec765 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -44,7 +44,7 @@ namespace Ea typedef std::vector<InventoryItem> InventoryItems; -class InventoryHandler : public Net::InventoryHandler +class InventoryHandler notfinal : public Net::InventoryHandler { public: enum |