]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
wxHTML fixes
[wxWidgets.git] / include / wx / gtk / app.h
index 7564b247c77028c9354826066e2db34abd88e154..9f25e6154518cfdf8a93ca491bd3f54e5ff52500 100644 (file)
@@ -74,7 +74,7 @@ public:
     unsigned char  *m_colorCube;
 
 private:
-    /// Set to TRUE while we are in wxYield().
+    // Set to TRUE while we are in wxYield().
     bool m_suppressIdleEvents;
 
 private:
@@ -82,4 +82,6 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
+
 #endif // __GTKAPPH__