fixed local func definition

This commit is contained in:
Amy G. Bowersox 2021-08-30 21:42:03 -06:00
parent 48f62edc39
commit 8cbfccdd8b
1 changed files with 1 additions and 1 deletions

View File

@ -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;