X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55811cde2d57fdfe78eee3d1adcdff1ddc5cb719..9e477492e29e03c02827b1e42a16cb09a13f5149:/wxPython/src/_xmlhandler.i?ds=sidebyside diff --git a/wxPython/src/_xmlhandler.i b/wxPython/src/_xmlhandler.i index b791fa185e..bf0a5d970b 100644 --- a/wxPython/src/_xmlhandler.i +++ b/wxPython/src/_xmlhandler.i @@ -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();