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:
@@ -21,7 +21,7 @@ class wxMimeTypeCommands;
|
|||||||
WX_DEFINE_ARRAY_PTR(wxMimeTypeCommands *, wxMimeCommandsArray);
|
WX_DEFINE_ARRAY_PTR(wxMimeTypeCommands *, wxMimeCommandsArray);
|
||||||
|
|
||||||
// this is the real wxMimeTypesManager for Unix
|
// this is the real wxMimeTypesManager for Unix
|
||||||
class WXDLLIMPEXP_CORE wxMimeTypesManagerImpl
|
class WXDLLIMPEXP_BASE wxMimeTypesManagerImpl
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// ctor and dtor
|
// ctor and dtor
|
||||||
@@ -143,9 +143,7 @@ protected:
|
|||||||
friend class WXDLLIMPEXP_FWD_BASE wxFileTypeImpl;
|
friend class WXDLLIMPEXP_FWD_BASE wxFileTypeImpl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
class WXDLLIMPEXP_BASE wxFileTypeImpl
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxFileTypeImpl
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// initialization functions
|
// initialization functions
|
||||||
|
Reference in New Issue
Block a user