]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove some code that shouldn't be in the interface file.
authorSteve Lamerton <steve.lamerton@gmail.com>
Fri, 15 Jul 2011 18:49:40 +0000 (18:49 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Fri, 15 Jul 2011 18:49:40 +0000 (18:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/webview.h

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