Fix build error
This commit is contained in:
parent
9cc5c14b43
commit
1cf33d5ae8
|
@ -27,7 +27,7 @@ void Script::Parse(string script) {
|
||||||
}
|
}
|
||||||
lexResult.clear();
|
lexResult.clear();
|
||||||
if (!Diagnostics->HasErrors()){
|
if (!Diagnostics->HasErrors()){
|
||||||
this->BoundScript = Binder::Bind(parseResult);
|
this->BoundScript = Binder::Bind(this, parseResult);
|
||||||
}
|
}
|
||||||
delete parseResult;
|
delete parseResult;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue