X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d48b06bd9039597545de9a862501d57c5f9ec1ea..c9ccc09c64f4c29d4667796bef7b507d9e8d25ed:/include/wx/os2/app.h diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 26716011af..cf33821234 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: app.h +// Name: wx/os2/app.h // Purpose: wxApp class // Author: David Webster // Modified by: @@ -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_