]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/app.h
Fix for missing -g from wx-config
[wxWidgets.git] / include / wx / mgl / app.h
index 8cb604c6a13879d74274d1141083ed41e8e45e24..b3b0b6ca67a522bc4916c78e5ad45215651c88b0 100644 (file)
@@ -23,6 +23,7 @@
 
 class WXDLLEXPORT wxApp;
 class WXDLLEXPORT wxLog;
+class WXDLLEXPORT wxEventLoop;
 
 //-----------------------------------------------------------------------------
 // wxApp
@@ -63,6 +64,8 @@ public:
 private:
     DECLARE_DYNAMIC_CLASS(wxApp)
     DECLARE_EVENT_TABLE()
+    
+    wxEventLoop *m_mainLoop;
 };
 
 int WXDLLEXPORT wxEntry(int argc, char *argv[]);