diff options
Diffstat (limited to 'src/net/ea/inventoryhandler.h')
-rw-r--r-- | src/net/ea/inventoryhandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/inventoryhandler.h b/src/net/ea/inventoryhandler.h index 2699e584..d08e4772 100644 --- a/src/net/ea/inventoryhandler.h +++ b/src/net/ea/inventoryhandler.h @@ -26,7 +26,7 @@ #include "inventory.h" #include "localplayer.h" -#include "gui/storagewindow.h" +#include "gui/inventorywindow.h" #include "net/inventoryhandler.h" #include "net/net.h" @@ -151,7 +151,7 @@ class InventoryHandler : public MessageHandler, public Net::InventoryHandler EquipBackend mEquips; InventoryItems mInventoryItems; Inventory *mStorage; - StorageWindow *mStorageWindow; + InventoryWindow *mStorageWindow; }; } // namespace EAthena |