X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d02af7bbb9848f660bb291a833a892cc5f20cda7..22bd93879da9809ecb6ac5cd3bdf58c2aabf0da1:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 7564b247c7..9f25e61545 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -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__