diff options
Diffstat (limited to 'src')
-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; |