X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2dec67617f3cf1e2b724d16176c5dc20e8d97471..c1464d9d10f8b04eb77882982c2f31b723be291f:/include/wx/richtext/richtexthtml.h diff --git a/include/wx/richtext/richtexthtml.h b/include/wx/richtext/richtexthtml.h index 8bca5ff644..40775dda33 100644 --- a/include/wx/richtext/richtexthtml.h +++ b/include/wx/richtext/richtexthtml.h @@ -69,7 +69,7 @@ protected: wxChar* b64enc( unsigned char* input, size_t in_len ); /// Gets the mime type of the given wxBITMAP_TYPE - wxChar* GetMimeType(int imageType); + const wxChar* GetMimeType(int imageType); /// Gets the html equivalent of the specified value wxString GetAlignment( const wxTextAttrEx& thisStyle );