fix symbol database derived template class support

This commit is contained in:
Robert Reif 2011-06-29 19:52:07 -04:00
parent 18369ea6ac
commit c99a15516d
1 changed files with 1 additions and 1 deletions

View File

@ -1265,7 +1265,7 @@ const Token *SymbolDatabase::initBaseInfo(Scope *scope, const Token *tok)
if (tok2->next()->str() == ">")
{
level1--;
if (level == 0)
if (level1 == 0)
break;
}
else if (tok2->next()->str() == "<")