]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mimetype.h
added cw6 fixes and patrick's patches
[wxWidgets.git] / include / wx / mimetype.h
index 58a6bf7e2d70d21171bfc22e944fecb0b691413f..dcd26cafa46f272ec526633b05e051a40620b9e1 100644 (file)
@@ -30,6 +30,8 @@ class wxMimeTypesManagerImpl;
 #include "wx/string.h"
 #include "wx/dynarray.h"
 
+class wxMimeTypeCmnModule;
+
 // This class holds information about a given "file type". File type is the
 // same as MIME type under Unix, but under Windows it corresponds more to an
 // extension than to MIME type (in fact, several extensions may correspond to a
@@ -228,6 +230,8 @@ private:
     
     // if m_impl is NULL, create one
     void EnsureImpl();
+    
+    friend class wxMimeTypeCmnModule;
 };