From 1c360196568f67ab518b7db9add23699f21a6f64 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 1 Nov 2006 02:21:24 +0000 Subject: [PATCH] Don't use the "wxHtmlWindow" name, so the classname lookup function 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 63948ad85e..ba3f6c8d6d 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -1546,7 +1546,7 @@ public: void RefreshLists(); // Gets the HTML window - wxHtmlWindow* GetHtmlWindow() const; + wxPyHtmlWindow* GetHtmlWindow() const; // Gets the splitter window wxSplitterWindow* GetSplitterWindow(); -- 2.45.2