SymbolDatabase: Small fix
This commit is contained in:
parent
2187e8ba02
commit
612e83d5af
|
@ -3697,7 +3697,7 @@ const Function* Scope::findFunction(const Token *tok, bool requireConst) const
|
|||
// check for a match with a string literal
|
||||
else if (Token::Match(arguments[j], "%str% ,|)") &&
|
||||
funcarg->typeStartToken() != funcarg->typeEndToken() &&
|
||||
Token::Match(funcarg->typeStartToken(), "char|wchar *")) {
|
||||
Token::Match(funcarg->typeStartToken(), "char|wchar_t *")) {
|
||||
same++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue