From: Robin Dunn Date: Sun, 19 Mar 2006 02:16:08 +0000 (+0000) Subject: Add wxHelpProvider destructor X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6cedc146fa58e31e8b57f21ccf3b34a9bacb29e7 Add wxHelpProvider destructor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_cshelp.i b/wxPython/src/_cshelp.i index 927fcea157..fbc13ac227 100644 --- a/wxPython/src/_cshelp.i +++ b/wxPython/src/_cshelp.i @@ -208,6 +208,10 @@ application using wx.HelpProvider.Set().", ""); class wxHelpProvider { public: + + ~wxHelpProvider(); + + %disownarg( wxHelpProvider *helpProvider ); %newobject Set; DocDeclStr(