Fix the C4099 warning.

This commit is contained in:
XhmikosR 2014-01-08 13:27:36 +02:00
parent 96b62c6ccb
commit f9dd9676be
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ public:
}
/** Values of token */
std::list<struct ValueFlow::Value> values;
std::list<ValueFlow::Value> values;
private:
void next(Token *nextToken) {