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
This commit is contained in:
Robin Dunn 2006-11-01 02:21:24 +00:00
parent 846b11857e
commit 1c36019656

View File

@ -1546,7 +1546,7 @@ public:
void RefreshLists();
// Gets the HTML window
wxHtmlWindow* GetHtmlWindow() const;
wxPyHtmlWindow* GetHtmlWindow() const;
// Gets the splitter window
wxSplitterWindow* GetSplitterWindow();