X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee31c392ac73dcd67fb25ac368e2ffb7d4c9c0e7..412e4edfb1174c68fab706abdf735b1ca6fe56f2:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 056c8c6729..7564b247c7 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -30,8 +30,6 @@ class wxLog; class wxApp: public wxAppBase { -DECLARE_DYNAMIC_CLASS(wxApp) - public: wxApp(); ~wxApp(); @@ -61,9 +59,6 @@ public: static void CleanUp(); bool ProcessIdle(); -#if wxUSE_THREADS - void ProcessPendingEvents(); -#endif void DeletePendingObjects(); // This can be used to suppress the generation of Idle events. @@ -82,6 +77,8 @@ private: /// Set to TRUE while we are in wxYield(). bool m_suppressIdleEvents; +private: + DECLARE_DYNAMIC_CLASS(wxApp) DECLARE_EVENT_TABLE() };