]> git.saurik.com Git - wxWidgets.git/commitdiff
Ignore HtmlHelpController.Destroy() since it owns itself, to avoid
authorRobin Dunn <robin@alldunn.com>
Fri, 3 Jun 2005 21:38:01 +0000 (21:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 3 Jun 2005 21:38:01 +0000 (21:38 +0000)
double deletions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/html.i

index ae58dc2a827a6ff521a7dcb8cfa60ad2f23c7e4a..696ba5c7f5bc60b774e99002bbcc8dd51c9b81f1 100644 (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 }
 };