fixed new api issue in cli

This commit is contained in:
scott
2017-01-19 22:58:52 -05:00
parent dc2f2d9e41
commit cdce553f5a
+1 -1
View File
@@ -155,7 +155,7 @@ static void write(WrenVM* vm, const char* text)
}
static void reportError(WrenErrorType type,
const char* module, int line, const char* message)
const char* module, int line, const char* message, WrenVM* vm)
{
switch (type)
{