made wxHtmlWindow::SetPage virtual so that the behaviour can be customized

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2005-12-09 12:34:29 +00:00
parent 75f0a06e5f
commit 04f109ec63

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