Fixes FuncAttr writing to class token, instead of processing token.

This commit is contained in:
Deukhoofd 2020-11-01 13:25:38 +01:00
parent f54029b278
commit a68977fa92
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ namespace MalachScript::Parser {
default: lookingForFuncAttr = false; break;
}
}
_currentToken = current;
currentToken = current;
return true;
}