X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a9ed31993304275ed066b927ba4859c62008142..84bc0d49e411fd74ddac8b13318fc2edfba9258a:/wxPython/src/_xmlhandler.i?ds=sidebyside diff --git a/wxPython/src/_xmlhandler.i b/wxPython/src/_xmlhandler.i index 984508ed0d..bf0a5d970b 100644 --- a/wxPython/src/_xmlhandler.i +++ b/wxPython/src/_xmlhandler.i @@ -24,7 +24,7 @@ class wxPyXmlResourceHandler : public wxXmlResourceHandler { public: wxPyXmlResourceHandler() : wxXmlResourceHandler() {} - //~wxPyXmlResourceHandler(); + ~wxPyXmlResourceHandler() {} // Base class virtuals @@ -143,7 +143,7 @@ IMP_PYCALLBACK_BOOL_NODE_pure(wxPyXmlResourceHandler, wxXmlResourceHandler, CanH %rename(XmlResourceHandler) wxPyXmlResourceHandler; class wxPyXmlResourceHandler : public wxObject { public: - %pythonAppend wxPyXmlResourceHandler "self._setCallbackInfo(self, XmlResourceHandler)" + %pythonAppend wxPyXmlResourceHandler setCallbackInfo(XmlResourceHandler) wxPyXmlResourceHandler() : wxXmlResourceHandler() {} ~wxPyXmlResourceHandler();