X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce4169a4d129fc6cd165b2e9ccc5cf5d48356020..e6f1ad222c5c1597a896dd29e69e1c7aa6459be4:/include/wx/mimetype.h diff --git a/include/wx/mimetype.h b/include/wx/mimetype.h index 4f34fa8dcb..fb8e884cf3 100644 --- a/include/wx/mimetype.h +++ b/include/wx/mimetype.h @@ -30,7 +30,7 @@ class wxMimeTypesManagerImpl; // file type). This object may be created in many different ways and depending // on how it was created some fields may be unknown so the return value of all // the accessors *must* be checked! -class wxFileType +class WXDLLEXPORT wxFileType { friend wxMimeTypesManagerImpl; // it has access to m_impl @@ -111,7 +111,7 @@ private: // given type) about them. // // NB: currently it doesn't support modifying MIME database (read-only access). -class wxMimeTypesManager +class WXDLLEXPORT wxMimeTypesManager { public: // static helper functions @@ -162,7 +162,7 @@ private: #endif // wxUSE_FILE -#endif +#endif //_MIMETYPE_H /* vi: set cin tw=80 ts=4 sw=4: */