]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
fixed compilation and added support for all 4 images (as a side effect) to the
[wxWidgets.git] / include / wx / gtk1 / app.h
index 056c8c67297b1aca396cb60cf332bcae97b746a7..6b528f8b16f89ff46d92a8e9e122f9410e5e02e6 100644 (file)
@@ -30,8 +30,6 @@ class wxLog;
 
 class wxApp: public wxAppBase
 {
-DECLARE_DYNAMIC_CLASS(wxApp)
-
 public:
     wxApp();
     ~wxApp();
@@ -82,6 +80,7 @@ private:
     /// Set to TRUE while we are in wxYield().
     bool m_suppressIdleEvents;
 
+    DECLARE_DYNAMIC_CLASS(wxApp)
     DECLARE_EVENT_TABLE()
 };