]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Apr 2008 22:48:55 +0000 (22:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 1 Apr 2008 22:48:55 +0000 (22:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/unix/mimetype.h

index 6659b82be1b33545d377c947cb3db10d498613fc..a5166f638d3e67360bbe7081e2dabef742b710e0 100644 (file)
@@ -21,7 +21,7 @@ class wxMimeTypeCommands;
 WX_DEFINE_ARRAY_PTR(wxMimeTypeCommands *, wxMimeCommandsArray);
 
 // this is the real wxMimeTypesManager for Unix
 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
 {
 public:
     // ctor and dtor
@@ -143,9 +143,7 @@ protected:
     friend class WXDLLIMPEXP_FWD_BASE wxFileTypeImpl;
 };
 
     friend class WXDLLIMPEXP_FWD_BASE wxFileTypeImpl;
 };
 
-
-
-class WXDLLIMPEXP_CORE wxFileTypeImpl
+class WXDLLIMPEXP_BASE wxFileTypeImpl
 {
 public:
     // initialization functions
 {
 public:
     // initialization functions