summaryrefslogtreecommitdiff
path: root/src/gui/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inventory.cpp')
-rw-r--r--src/gui/inventory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/inventory.cpp b/src/gui/inventory.cpp
index 8d75f34e..8662841e 100644
--- a/src/gui/inventory.cpp
+++ b/src/gui/inventory.cpp
@@ -24,8 +24,8 @@
#include "inventory.h"
#include <sstream>
-InventoryWindow::InventoryWindow(gcn::Container *parent):
- Window(parent, "Inventory")
+InventoryWindow::InventoryWindow():
+ Window("Inventory")
{
setSize(322, 60);