]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
Nuke GTK1 from include/gtk
[wxWidgets.git] / include / wx / html / htmlwin.h
index 57cc3f500b35ddf9468fc5ad0335a7dc9da8d082..807960b7ed98b65b1812d12d916f66df847fbf2a 100644 (file)
@@ -85,7 +85,7 @@ public:
     // it is NOT address/filename of HTML document. If you want to
     // specify document location, use LoadPage() istead
     // Return value : false if an error occurred, true otherwise
-    bool SetPage(const wxString& source);
+    virtual bool SetPage(const wxString& source);
 
     // Append to current page
     bool AppendToPage(const wxString& source);