X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..0eb2e51048cd3bdb9b3c1eb48b9850743b9d9906:/interface/wx/richtext/richtexthtml.h diff --git a/interface/wx/richtext/richtexthtml.h b/interface/wx/richtext/richtexthtml.h index 99e51abe0f..12a60ff7ba 100644 --- a/interface/wx/richtext/richtexthtml.h +++ b/interface/wx/richtext/richtexthtml.h @@ -8,7 +8,6 @@ /** @class wxRichTextHTMLHandler - @headerfile richtexthtml.h wx/richtext/richtexthtml.h Handles HTML output (only) for wxRichTextCtrl content. @@ -70,7 +69,7 @@ public: /** Returns the mapping for converting point sizes to HTML font sizes. */ - wxArrayInt GetFontSizeMapping(); + wxArrayInt GetFontSizeMapping() const; /** Returns the directory used to store temporary image files. @@ -86,7 +85,7 @@ public: Reset the file counter, in case, for example, the same names are required each time */ - void SetFileCounter(int counter); + static void SetFileCounter(int counter); /** Sets the mapping for converting point sizes to HTML font sizes.