]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpdata.h
Added wxCLIP_SIBLINGS. CVS also seems to think lots of other files need updating.
[wxWidgets.git] / include / wx / html / helpdata.h
index 972c90f7325793db42769fd3e0090661ecde8b5e..906d12b13b53e20d686035386dd21e575313a77e 100644 (file)
@@ -24,6 +24,7 @@
 #include "wx/string.h"
 #include "wx/filesys.h"
 #include "wx/dynarray.h"
+#include "wx/font.h"
 
 //--------------------------------------------------------------------------------
 // helper classes & structs
@@ -153,6 +154,7 @@ class WXDLLEXPORT wxHtmlHelpData : public wxObject
         // See documentation for details on its format.
         // Returns success.
         bool AddBookParam(const wxFSFile& bookfile,
+                          wxFontEncoding encoding,
                           const wxString& title, const wxString& contfile,
                           const wxString& indexfile = wxEmptyString,
                           const wxString& deftopic = wxEmptyString,