diff options
author | fluxgen <fluxgen> | 2004-01-09 02:15:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-01-09 02:15:02 (GMT) |
commit | a944c7cca4c8aa9b3366e1b2bdef176f01b5a73a (patch) | |
tree | 820683a255dc4fc6ccc0b70b00484a2972ba425d /src/FbTk/App.cc | |
parent | 9f6621a599688ec87d0fe3d758a57d2aea4e730e (diff) | |
download | fluxbox-a944c7cca4c8aa9b3366e1b2bdef176f01b5a73a.zip fluxbox-a944c7cca4c8aa9b3366e1b2bdef176f01b5a73a.tar.bz2 |
init m_display
Diffstat (limited to 'src/FbTk/App.cc')
-rw-r--r-- | src/FbTk/App.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/App.cc b/src/FbTk/App.cc index 309bc41..9b511e3 100644 --- a/src/FbTk/App.cc +++ b/src/FbTk/App.cc | |||
@@ -36,7 +36,7 @@ App *App::instance() { | |||
36 | return s_app; | 36 | return s_app; |
37 | } | 37 | } |
38 | 38 | ||
39 | App::App(const char *displayname):m_done(false) { | 39 | App::App(const char *displayname):m_done(false), m_display(0) { |
40 | if (s_app != 0) | 40 | if (s_app != 0) |
41 | throw std::string("Can't create more than one instance of FbTk::App"); | 41 | throw std::string("Can't create more than one instance of FbTk::App"); |
42 | s_app = this; | 42 | s_app = this; |