diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-29 22:04:08 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-29 22:04:08 +0000 |
commit | 5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22 (patch) | |
tree | 6f14c1e411f1cf9efb82ff6c5ebeb25f35506b57 /src/gui | |
parent | bc79eeeb186e84388a5899b7cdd4a339aaa40495 (diff) | |
download | mana-client-5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22.tar.gz mana-client-5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22.tar.bz2 mana-client-5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22.tar.xz mana-client-5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22.zip |
*** empty log message ***
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 0b7e863a..8ada5cce 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -24,8 +24,7 @@ #ifndef tmw_included_setup_h #define tmw_included_setup_h -#include "gui.h" -#include "../graphic/graphic.h" +#include "window.h" #include "../sound/sound.h" /** @@ -76,7 +75,7 @@ class Setup : public Window, public gcn::ActionListener { /** * Destructor. */ - virtual ~Setup(); + ~Setup(); /** * Event handling method. |