From 09902c517e4555a60e67a39a0209a61021289cc6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Apr 2008 22:48:55 +0000 Subject: [PATCH] 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 --- include/wx/unix/mimetype.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.45.2