Tokenizer::setVarId: fixed problem for classes with inheritance
This commit is contained in:
parent
e39b7f1bfd
commit
871823e9c6
|
@ -3062,6 +3062,7 @@ void Tokenizer::setVarIdNew()
|
||||||
} while (tok && (tok->isName() || tok->str() == ","));
|
} while (tok && (tok->isName() || tok->str() == ","));
|
||||||
if (!tok)
|
if (!tok)
|
||||||
break;
|
break;
|
||||||
|
tok = tok->previous();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue