]> git.saurik.com Git - wxWidgets.git/commitdiff
made wxHtmlWindow::SetPage virtual so that the behaviour can be customized
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 9 Dec 2005 12:34:29 +0000 (12:34 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 9 Dec 2005 12:34:29 +0000 (12:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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);