fixed local func definition
This commit is contained in:
@@ -51,7 +51,7 @@ static PyObject *wrap_resource_file_handle(HRESFILE handle)
|
||||
return rc;
|
||||
}
|
||||
|
||||
static PyObject *resfile_load_classmethod(ResFileType *cls, PyObject *args)
|
||||
static PyObject *resfile_load_classmethod(PyTypeObject *cls, PyObject *args)
|
||||
{
|
||||
const char *filename;
|
||||
PyObject *rc = NULL;
|
||||
|
||||
Reference in New Issue
Block a user