X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31383ebcc363312dd20e16a48dcc114cc2a6ddf3..4f29051b4e53fd2265005d4ec6bf727abd32493a:/include/wx/unix/mimetype.h diff --git a/include/wx/unix/mimetype.h b/include/wx/unix/mimetype.h index e4d925c0fe..a5166f638d 100644 --- a/include/wx/unix/mimetype.h +++ b/include/wx/unix/mimetype.h @@ -21,7 +21,7 @@ class wxMimeTypeCommands; WX_DEFINE_ARRAY_PTR(wxMimeTypeCommands *, wxMimeCommandsArray); // this is the real wxMimeTypesManager for Unix -class WXDLLEXPORT wxMimeTypesManagerImpl +class WXDLLIMPEXP_BASE wxMimeTypesManagerImpl { public: // ctor and dtor @@ -140,12 +140,10 @@ protected: virtual bool WriteMimeInfo(int nIndex, bool delete_mime ); // give it access to m_aXXX variables - friend class WXDLLEXPORT wxFileTypeImpl; + friend class WXDLLIMPEXP_FWD_BASE wxFileTypeImpl; }; - - -class WXDLLEXPORT wxFileTypeImpl +class WXDLLIMPEXP_BASE wxFileTypeImpl { public: // initialization functions