]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtexthtml.h
Fixed compile error
[wxWidgets.git] / include / wx / richtext / richtexthtml.h
index 8bca5ff64461db3cec84620eacc9ba615fea1bee..51688760d17175a34c33005603c21c85ba0c2424 100644 (file)
@@ -22,7 +22,7 @@
  * wxRichTextHTMLHandler
  */
 
-class WXDLLIMPEXP_ADV wxRichTextHTMLHandler: public wxRichTextFileHandler
+class WXDLLIMPEXP_RICHTEXT wxRichTextHTMLHandler: public wxRichTextFileHandler
 {
     DECLARE_CLASS(wxRichTextHTMLHandler)
 public:
@@ -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 );