summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h
index c45245d6..59275f99 100644
--- a/src/gui/inventorywindow.h
+++ b/src/gui/inventorywindow.h
@@ -65,10 +65,11 @@ class InventoryWindow : public Window, gcn::ActionListener
void mouseMotion(int mx, int my);
+ void updateWidgets(); /** Updates widgets size/position */
+
Item* getItem();
private:
- void updateWidgets(); /** Updates widgets size/position */
void updateButtons(); /** Updates button states */
ItemContainer *items;