Tokenizer: Assign Token 'progressValue' before returning so they are set properly when the checks are run

This commit is contained in:
Daniel Marjamäki 2019-06-21 08:43:19 +02:00
parent bb802c0c63
commit d636a83f8b
1 changed files with 3 additions and 1 deletions

View File

@ -4520,8 +4520,10 @@ bool Tokenizer::simplifyTokenList1(const char FileName[])
SimplifyNamelessRValueReferences();
validate();
Token::assignProgressValues(list.front());
return true;
}