X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f369c7c2841c0534424f2c184783c1a2070012cf..c7d4ca810570664b68f7a4f0f11d2a5a64aa6163:/interface/wx/mimetype.h diff --git a/interface/wx/mimetype.h b/interface/wx/mimetype.h index 2b89b2eeb2..8fbcba7573 100644 --- a/interface/wx/mimetype.h +++ b/interface/wx/mimetype.h @@ -172,7 +172,7 @@ public: with a brief description for this file type: for example, "text document" for the "text/plain" MIME type. */ - bool GetDescription(wxString* desc); + bool GetDescription(wxString* desc) const; /** If the function returns @true, the array @a extensions is filled @@ -199,13 +199,13 @@ public: and KDE settings and thus GetIcon's success depends on availability of these desktop environments. */ - bool GetIcon(wxIconLocation* iconLoc); + bool GetIcon(wxIconLocation* iconLoc) const; /** If the function returns @true, the string pointed to by @a mimeType is filled with full MIME type specification for this file type: for example, "text/plain". */ - bool GetMimeType(wxString* mimeType); + bool GetMimeType(wxString* mimeType) const; /** Same as GetMimeType() but returns array of MIME