git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36351
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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
// 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);
// Append to current page
bool AppendToPage(const wxString& source);