reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-04-15 19:57:59 +00:00
parent 9c97d337bf
commit 377d47bdf1
12 changed files with 2093 additions and 345 deletions

View File

@@ -11926,6 +11926,7 @@ static PyObject *_wrap_new_FileTypeInfoSequence(PyObject *, PyObject *args, PyOb
#else
PyObject* str = PyObject_Str(item);
#endif
if (PyErr_Occurred()) SWIG_fail;
arg1->Add(Py2wxString(str));
Py_DECREF(item);
Py_DECREF(str);