X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d48b06bd9039597545de9a862501d57c5f9ec1ea..94b4dd54994eeae0e625bca08446f7e8d8d917a8:/include/wx/palmos/app.h diff --git a/include/wx/palmos/app.h b/include/wx/palmos/app.h index 84d740ea64..0590f5e589 100644 --- a/include/wx/palmos/app.h +++ b/include/wx/palmos/app.h @@ -51,8 +51,6 @@ public: protected: int m_printMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT - virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess); - public: // Implementation static bool RegisterWindowClasses(); @@ -74,7 +72,7 @@ public: protected: DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(wxApp) + wxDECLARE_NO_COPY_CLASS(wxApp); }; // ----------------------------------------------------------------------------