X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f7d425f604e1d812a2f1723063c40ac7f804e41..2d14a14c573db4b8f8959b1460a269cf23defbcf:/include/wx/x11/app.h?ds=sidebyside diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index 0aa5f73d7f..d5de438792 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -34,7 +34,7 @@ class WXDLLIMPEXP_FWD_CORE wxXVisualInfo; // the wxApp class for wxX11 - see wxAppBase for more details // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxApp : public wxAppBase +class WXDLLIMPEXP_CORE wxApp : public wxAppBase { public: wxApp(); @@ -45,7 +45,6 @@ public: virtual void Exit(); - virtual bool Yield(bool onlyIfNeeded = FALSE); virtual void WakeUpIdle(); virtual bool OnInitGui();