X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b8c7ba607a15a2ff8a04448138df9ffff7df6c5..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/src/_xmlsub.i diff --git a/wxPython/src/_xmlsub.i b/wxPython/src/_xmlsub.i index 2d3721de70..69dd800e94 100644 --- a/wxPython/src/_xmlsub.i +++ b/wxPython/src/_xmlsub.i @@ -35,7 +35,7 @@ IMP_PYCALLBACK_OBJECT_STRING_pure(wxPyXmlSubclassFactory, wxXmlSubclassFactory, %rename(XmlSubclassFactory) wxPyXmlSubclassFactory; class wxPyXmlSubclassFactory { public: - %pythonAppend wxPyXmlSubclassFactory "self._setCallbackInfo(self, XmlSubclassFactory)" + %pythonAppend wxPyXmlSubclassFactory setCallbackInfo(XmlSubclassFactory) wxPyXmlSubclassFactory(); void _setCallbackInfo(PyObject* self, PyObject* _class); };