Regenerated without default int return types.

This commit is contained in:
Jack Jansen 2001-09-04 22:19:18 +00:00
parent d157b3795b
commit 06d2e1af35
17 changed files with 35 additions and 33 deletions

View file

@ -66,7 +66,7 @@ PyObject *DragObj_New(DragRef itself)
it->sendproc = NULL;
return (PyObject *)it;
}
DragObj_Convert(PyObject *v, DragRef *p_itself)
int DragObj_Convert(PyObject *v, DragRef *p_itself)
{
if (!DragObj_Check(v))
{