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:
parent
d654745dc5
commit
afa172bd19
@ -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 }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user