]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mimetype.h
improved dialup manager, added wxALL_FILES define
[wxWidgets.git] / include / wx / mimetype.h
index 03445fa3da06ceeadc506923e6ea1fd69802fc88..b9ea9b791ee99978dd7b04a58ad75e8dae5fa7e0 100644 (file)
@@ -32,7 +32,7 @@ class wxMimeTypesManagerImpl;
 // the accessors *must* be checked!
 class WXDLLEXPORT wxFileType
 {
-friend wxMimeTypesManagerImpl;  // it has access to m_impl
+friend class WXDLLEXPORT wxMimeTypesManagerImpl;  // it has access to m_impl
 
 public:
     // An object of this class must be passed to Get{Open|Print}Command. The