X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71d59a4dc5e651597c41686267193cc2b7de108d..821baf7da4a57028eaa17830b6195056216b71f9:/include/wx/mgl/app.h?ds=sidebyside diff --git a/include/wx/mgl/app.h b/include/wx/mgl/app.h index 7a5e0b0f1f..686137a5a2 100644 --- a/include/wx/mgl/app.h +++ b/include/wx/mgl/app.h @@ -18,15 +18,15 @@ // classes //----------------------------------------------------------------------------- -class WXDLLEXPORT wxApp; -class WXDLLEXPORT wxLog; -class WXDLLEXPORT wxEventLoop; +class WXDLLIMPEXP_FWD_CORE wxApp; +class WXDLLIMPEXP_FWD_BASE wxLog; +class WXDLLIMPEXP_FWD_CORE wxEventLoop; //----------------------------------------------------------------------------- // wxApp //----------------------------------------------------------------------------- -class WXDLLEXPORT wxApp: public wxAppBase +class WXDLLIMPEXP_CORE wxApp: public wxAppBase { public: wxApp(); @@ -51,7 +51,6 @@ public: private: DECLARE_DYNAMIC_CLASS(wxApp) - DECLARE_EVENT_TABLE() wxVideoMode m_displayMode; };