Ignore HtmlHelpController.Destroy() since it owns itself, to avoid

double deletions.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-06-03 21:38:01 +00:00
parent d654745dc5
commit afa172bd19

View File

@ -1227,6 +1227,8 @@ public:
void ReadCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString);
void WriteCustomization(wxConfigBase *cfg, wxString path = wxPyEmptyString);
wxHtmlHelpFrame* GetFrame();
%pythoncode { def Destroy(self): pass }
};