summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h
index e9949dc52..17855a064 100644
--- a/src/inventory.h
+++ b/src/inventory.h
@@ -160,6 +160,8 @@ class Inventory final
std::string getName() const A_WARN_UNUSED;
+ void resize(const unsigned int newSize);
+
protected:
typedef std::list<InventoryListener*> InventoryListenerList;
InventoryListenerList mInventoryListeners;