X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ecf7346462b78a53defa2684aaac83dbfa29521..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/motif/app.h diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index a1c2bdc964..f021442498 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -38,7 +38,7 @@ class WXDLLIMPEXP_FWD_CORE wxPerDisplayData; WX_DECLARE_VOIDPTR_HASH_MAP( wxPerDisplayData*, wxPerDisplayDataMap ); -class WXDLLEXPORT wxApp : public wxAppBase +class WXDLLIMPEXP_CORE wxApp : public wxAppBase { DECLARE_DYNAMIC_CLASS(wxApp) @@ -53,7 +53,6 @@ public: virtual void Exit(); - virtual bool Yield(bool onlyIfNeeded = false); virtual void WakeUpIdle(); // implemented in motif/evtloop.cpp // implementation from now on