reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-21 00:29:20 +00:00
parent 06cfd325c3
commit fc71d09b42
14 changed files with 45 additions and 129 deletions

View File

@@ -9558,7 +9558,7 @@ static PyObject *_wrap_Process_GetInputStream(PyObject *, PyObject *args, PyObje
if (result) {
_ptr = new wxPyInputStream(result);
}
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
}
return resultobj;
fail:
@@ -9591,7 +9591,7 @@ static PyObject *_wrap_Process_GetErrorStream(PyObject *, PyObject *args, PyObje
if (result) {
_ptr = new wxPyInputStream(result);
}
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
resultobj = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), 0);
}
return resultobj;
fail: