X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d48b06bd9039597545de9a862501d57c5f9ec1ea..b18e2046af6c8eaf6e867ba18dd9410dbd7dfcf7:/include/wx/msw/app.h diff --git a/include/wx/msw/app.h b/include/wx/msw/app.h index d7175118e1..a83d52ead8 100644 --- a/include/wx/msw/app.h +++ b/include/wx/msw/app.h @@ -78,8 +78,6 @@ public: protected: int m_printMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT - virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess); - public: // unregister any window classes registered by GetRegisteredClassName() static void UnregisterWindowClasses(); @@ -104,7 +102,7 @@ public: protected: DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(wxApp) + wxDECLARE_NO_COPY_CLASS(wxApp); DECLARE_DYNAMIC_CLASS(wxApp) };