X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d48b06bd9039597545de9a862501d57c5f9ec1ea..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/os2/app.h?ds=sidebyside diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 26716011af..984783963d 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: app.h +// Name: wx/os2/app.h // Purpose: wxApp class // Author: David Webster // Modified by: // Created: 10/13/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -110,15 +109,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_