]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxHelpProvider destructor
authorRobin Dunn <robin@alldunn.com>
Sun, 19 Mar 2006 02:16:08 +0000 (02:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 19 Mar 2006 02:16:08 +0000 (02:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_cshelp.i

index 927fcea157ed7740bd23cabdf7d3dd9d22b0bfee..fbc13ac227c6744b22eb18c7c29e337b140b9118 100644 (file)
@@ -208,6 +208,10 @@ application using wx.HelpProvider.Set().", "");
 class wxHelpProvider 
 {
 public:
+    
+    ~wxHelpProvider();
+    
+    
     %disownarg( wxHelpProvider *helpProvider );
     %newobject Set;
     DocDeclStr(