X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d2976ad6b56ff1650e15f2b949c10ec92385309..d11bb14faace68d2c69e9e94b2ba6824f43a2d59:/include/wx/mimetype.h diff --git a/include/wx/mimetype.h b/include/wx/mimetype.h index 58a6bf7e2d..dcd26cafa4 100644 --- a/include/wx/mimetype.h +++ b/include/wx/mimetype.h @@ -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; };