]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtexthtml.h
added wx/font.h include to fix PCH-less build
[wxWidgets.git] / include / wx / richtext / richtexthtml.h
index 8bca5ff64461db3cec84620eacc9ba615fea1bee..40775dda334686b937cc6e2977e7ca64d33c1c3c 100644 (file)
@@ -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 );