From: Vadim Zeitlin Date: Tue, 1 Apr 2008 22:48:55 +0000 (+0000) Subject: wxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/09902c517e4555a60e67a39a0209a61021289cc6?ds=inline wxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/unix/mimetype.h b/include/wx/unix/mimetype.h index 6659b82be1..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 WXDLLIMPEXP_CORE wxMimeTypesManagerImpl +class WXDLLIMPEXP_BASE wxMimeTypesManagerImpl { public: // ctor and dtor @@ -143,9 +143,7 @@ protected: friend class WXDLLIMPEXP_FWD_BASE wxFileTypeImpl; }; - - -class WXDLLIMPEXP_CORE wxFileTypeImpl +class WXDLLIMPEXP_BASE wxFileTypeImpl { public: // initialization functions