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
This commit is contained in:
Vadim Zeitlin
2008-04-01 22:48:55 +00:00
parent db3df3c493
commit 09902c517e

View File

@@ -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