]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mimetype.h
add detachmenu, insert menu, replace menu
[wxWidgets.git] / include / wx / mimetype.h
index 03445fa3da06ceeadc506923e6ea1fd69802fc88..70d3342c60044d1f9902fdfccca98ae86ab4f952 100644 (file)
@@ -32,7 +32,11 @@ class wxMimeTypesManagerImpl;
 // the accessors *must* be checked!
 class WXDLLEXPORT wxFileType
 {
+#ifdef __MWERKS__
+friend class wxMimeTypesManagerImpl;  // it has access to m_impl
+#else
 friend wxMimeTypesManagerImpl;  // it has access to m_impl
+#endif
 
 public:
     // An object of this class must be passed to Get{Open|Print}Command. The