reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-04-07 22:45:45 +00:00
parent 95fed4d84b
commit 74a57fcda4
20 changed files with 2833 additions and 400 deletions
+1
View File
@@ -11917,6 +11917,7 @@ static PyObject *_wrap_new_FileTypeInfoSequence(PyObject *self, PyObject *args,
#else
PyObject* str = PyObject_Str(item);
#endif
if (PyErr_Occurred()) SWIG_fail;
arg1->Add(Py2wxString(str));
Py_DECREF(item);
Py_DECREF(str);