Fixed an OOR related bug that happened when a class has been renamed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -411,6 +411,7 @@ public: | ||||
|  | ||||
| %{ | ||||
| class wxPyHtmlWindow : public wxHtmlWindow { | ||||
|     DECLARE_ABSTRACT_CLASS(wxPyHtmlWindow); | ||||
| public: | ||||
|     wxPyHtmlWindow(wxWindow *parent, wxWindowID id = -1, | ||||
|                    const wxPoint& pos = wxDefaultPosition, | ||||
| @@ -426,7 +427,7 @@ public: | ||||
|     PYPRIVATE; | ||||
| }; | ||||
|  | ||||
|  | ||||
| IMPLEMENT_ABSTRACT_CLASS( wxPyHtmlWindow, wxHtmlWindow ); | ||||
| IMP_PYCALLBACK__STRING(wxPyHtmlWindow, wxHtmlWindow, OnSetTitle); | ||||
|  | ||||
| void wxPyHtmlWindow::OnLinkClicked(const wxHtmlLinkInfo& link) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user