diff options
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index a2c7535b..d46e91e7 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -75,9 +75,9 @@ class InventoryWindow : public Window, gcn::ActionListener, SelectionListener void selectionChanged(const SelectionEvent &event); private: - void updateButtons(); /** Updates button states */ + void updateButtons(); /**< Updates button states. */ - void updateWidgets(); /** Updates widgets size/position */ + void updateWidgets(); /**< Updates widgets size/position. */ ItemContainer *mItems; |