Borland C++: Fixed compiler error
This commit is contained in:
parent
2dd0907146
commit
6ec5b797ab
@ -4452,7 +4452,7 @@ void Tokenizer::simplifyEnum()
|
||||
else if (Token::Match(tok1, "%type% = %num% ,|}"))
|
||||
{
|
||||
enumName = tok1;
|
||||
last_value = atoi(tok1->strAt(2));
|
||||
last_value = std::atoi(tok1->strAt(2));
|
||||
enumValue = tok1->tokAt(2);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user