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