diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-29 21:42:21 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-29 21:42:21 +0000 |
commit | d849d2cf296b0d4fad46dfdfef258c7349d72a0e (patch) | |
tree | 72c55b3e209c27af18f5889f481f03fd169b1e34 /src/gui/setup.h | |
parent | ed5de2f53126ebf5b4f5c1e4356aa34f86cc7f44 (diff) | |
download | mana-d849d2cf296b0d4fad46dfdfef258c7349d72a0e.tar.gz mana-d849d2cf296b0d4fad46dfdfef258c7349d72a0e.tar.bz2 mana-d849d2cf296b0d4fad46dfdfef258c7349d72a0e.tar.xz mana-d849d2cf296b0d4fad46dfdfef258c7349d72a0e.zip |
*** empty log message ***
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 20540aa2..0b7e863a 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -65,9 +65,9 @@ class Setup : public Window, public gcn::ActionListener { gcn::Button *applyButton; gcn::Button *cancelButton; - // Setup dialog - static Setup *ptr; + public: + /** * Constructor. */ @@ -76,18 +76,13 @@ class Setup : public Window, public gcn::ActionListener { /** * Destructor. */ - virtual ~Setup(); - - public: + virtual ~Setup(); + /** * Event handling method. */ void action(const std::string& eventId); - /** - * Static method for creating singleton object. - */ - static Setup *create_setup(); }; #endif |