]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't use the "wxHtmlWindow" name, so the classname lookup function
authorRobin Dunn <robin@alldunn.com>
Wed, 1 Nov 2006 02:21:24 +0000 (02:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 1 Nov 2006 02:21:24 +0000 (02:21 +0000)
doesn't get confused

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/html.i

index 63948ad85ed7721b7035ffbeb468e8a373f4f351..ba3f6c8d6d7909c8606ef7d542e0d2a23dbd2934 100644 (file)
@@ -1546,7 +1546,7 @@ public:
     void RefreshLists();
 
     // Gets the HTML window
-    wxHtmlWindow* GetHtmlWindow() const;
+    wxPyHtmlWindow* GetHtmlWindow() const;
 
     // Gets the splitter window
     wxSplitterWindow* GetSplitterWindow();