]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
Allow headers to be compiled in Objective-C++ mode
[wxWidgets.git] / include / wx / html / htmlwin.h
index f26cb3c7238564eeb549fdc9469f889a44dfef4d..91b415f9acdc31e19e2a8e38ffe60e05eaa2b6b5 100644 (file)
@@ -121,7 +121,8 @@ public:
     void SetRelatedStatusBar(int bar);
 
     // Sets fonts to be used when displaying HTML page.
-    void SetFonts(wxString normal_face, wxString fixed_face, const int *sizes);
+    void SetFonts(wxString normal_face, wxString fixed_face,
+                  const int *sizes = NULL);
 
     // Sets space between text and window borders.
     void SetBorders(int b) {m_Borders = b;}