X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2dec67617f3cf1e2b724d16176c5dc20e8d97471..249b3fe3bb51b428327c3eb74b72869bb492ce1e:/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 );