X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/585ae8cbc0ba875d2b0e836d5db429e702f0c289..81a4f8460c30608c44346322700c534c5bca4f13:/include/wx/mimetype.h diff --git a/include/wx/mimetype.h b/include/wx/mimetype.h index 70d3342c60..b9ea9b791e 100644 --- a/include/wx/mimetype.h +++ b/include/wx/mimetype.h @@ -32,11 +32,7 @@ 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 +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