summaryrefslogtreecommitdiff
path: root/src/gui/storagewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/storagewindow.h')
-rw-r--r--src/gui/storagewindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/storagewindow.h b/src/gui/storagewindow.h
index 8c890c27..a67e0617 100644
--- a/src/gui/storagewindow.h
+++ b/src/gui/storagewindow.h
@@ -50,7 +50,7 @@ class StorageWindow : public Window, gcn::ActionListener,
* Constructor.
*/
StorageWindow(int invSize = Net::getInventoryHandler()
- ->getStorageSize());
+ ->getSize(Net::InventoryHandler::STORAGE));
/**
* Destructor.