parameter missing in errorFn

This commit is contained in:
Diego F. Goberna
2017-11-14 16:56:16 +01:00
committed by GitHub
parent c4d08bcb81
commit d1a772e820

View File

@ -102,6 +102,7 @@ is:
:::c :::c
void error( void error(
WrenVM* vm,
WrenErrorType type, WrenErrorType type,
const char* module, const char* module,
int line, int line,