X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d48b06bd9039597545de9a862501d57c5f9ec1ea..5a0a15cf56c4bfde818e9d575fb662612e156c2f:/include/wx/os2/app.h diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 26716011af..f4d6fe2fa0 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -110,15 +110,13 @@ public: // Implementation static bool RegisterWindowClasses(HAB vHab); - virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess); - public: int m_nCmdShow; HMQ m_hMq; protected: DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(wxApp) + wxDECLARE_NO_COPY_CLASS(wxApp); }; #endif // _WX_APP_H_