Fixed #1373 (###### If you see this, there is a bug ######)

This commit is contained in:
Daniel Marjamäki 2010-02-09 18:11:06 +01:00
parent 45abd2d7fc
commit 18e7813e04
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ private:
Tokenizer tokenizer;
std::istringstream istr(code.c_str());
tokenizer.tokenize(istr, "test.cpp");
tokenizer.setVarId();
tokenizer.simplifyTokenList();
// Clear the error buffer..
errout.str("");