X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecf23aa6269c155f66f5a37d00bb8b11ad01f383..4004f41e3ce1655f9fa05c55a697ac0f8677c23a:/include/wx/mimetype.h diff --git a/include/wx/mimetype.h b/include/wx/mimetype.h index 0626bba4d4..58a6bf7e2d 100644 --- a/include/wx/mimetype.h +++ b/include/wx/mimetype.h @@ -75,6 +75,7 @@ public: // parameters are unchanged) // return the MIME type for this file type bool GetMimeType(wxString *mimeType) const; + bool GetMimeTypes(wxArrayString& mimeTypes) const; // fill passed in array with all extensions associated with this file // type bool GetExtensions(wxArrayString& extensions);