Remove some code that shouldn't be in the interface file.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-07-15 18:49:40 +00:00
parent 442262d47a
commit 2339d6dfa5

View File

@@ -288,12 +288,7 @@ public:
@param baseUrl URL assigned to the HTML data, to be used to resolve @param baseUrl URL assigned to the HTML data, to be used to resolve
relative paths, for instance. relative paths, for instance.
*/ */
virtual void SetPage(wxInputStream& html, wxString baseUrl) virtual void SetPage(wxInputStream& html, wxString baseUrl);
{
wxStringOutputStream stream;
stream.Write(html);
SetPage(stream.GetString(), baseUrl);
}
/** /**
Stop the current page loading process, if any. Stop the current page loading process, if any.