fix symbol database derived template class support
This commit is contained in:
parent
18369ea6ac
commit
c99a15516d
|
@ -1265,7 +1265,7 @@ const Token *SymbolDatabase::initBaseInfo(Scope *scope, const Token *tok)
|
||||||
if (tok2->next()->str() == ">")
|
if (tok2->next()->str() == ">")
|
||||||
{
|
{
|
||||||
level1--;
|
level1--;
|
||||||
if (level == 0)
|
if (level1 == 0)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (tok2->next()->str() == "<")
|
else if (tok2->next()->str() == "<")
|
||||||
|
|
Loading…
Reference in New Issue