X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..0159d534634fb2a64687efc25812676c99ac9295:/interface/wx/richtext/richtexthtml.h diff --git a/interface/wx/richtext/richtexthtml.h b/interface/wx/richtext/richtexthtml.h index 27b324729d..12a60ff7ba 100644 --- a/interface/wx/richtext/richtexthtml.h +++ b/interface/wx/richtext/richtexthtml.h @@ -69,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. @@ -85,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.