diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index 71950be5..b4253b72 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -135,7 +135,7 @@ class Inventory { return mType == INVENTORY; } protected: - typedef std::list<InventoryListener*> InventoryListenerList; + using InventoryListenerList = std::list<InventoryListener *>; InventoryListenerList mInventoryListeners; void distributeSlotsChangedEvent(); |