diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-26 19:44:58 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-26 19:44:58 +0000 |
commit | 800f8e6070f10908c446147b96d5e1424f55c729 (patch) | |
tree | c043d03e5a0294174696a3a6d23ecc12a2acdb80 /src/gui/window.h | |
parent | a94d3a14dd0d891cf05ea0c7a4d1613560fd96c5 (diff) | |
download | mana-800f8e6070f10908c446147b96d5e1424f55c729.tar.gz mana-800f8e6070f10908c446147b96d5e1424f55c729.tar.bz2 mana-800f8e6070f10908c446147b96d5e1424f55c729.tar.xz mana-800f8e6070f10908c446147b96d5e1424f55c729.zip |
Ported the inventory dialog over to Guichan. For the moment it is not
possible to delete or use items.
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index c7fd6956..7ad1a0d2 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -67,7 +67,7 @@ class Window : public gcn::Container, public gcn::MouseListener /** * Draws the window. */ - void draw(gcn::Graphics* graphics); + void draw(gcn::Graphics *graphics); /** * Adds a widget to the window. |