X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38b97c15acf982020caf8291c2ccc0b0a36eceab..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/src/_xmlsub.i diff --git a/wxPython/src/_xmlsub.i b/wxPython/src/_xmlsub.i index 2722305c27..69dd800e94 100644 --- a/wxPython/src/_xmlsub.i +++ b/wxPython/src/_xmlsub.i @@ -32,9 +32,10 @@ IMP_PYCALLBACK_OBJECT_STRING_pure(wxPyXmlSubclassFactory, wxXmlSubclassFactory, -%name(XmlSubclassFactory)class wxPyXmlSubclassFactory { +%rename(XmlSubclassFactory) wxPyXmlSubclassFactory; +class wxPyXmlSubclassFactory { public: - %pythonAppend wxPyXmlSubclassFactory "self._setCallbackInfo(self, XmlSubclassFactory)" + %pythonAppend wxPyXmlSubclassFactory setCallbackInfo(XmlSubclassFactory) wxPyXmlSubclassFactory(); void _setCallbackInfo(PyObject* self, PyObject* _class); };