Skip to content

Commit b78c621

Browse files
Update symboldatabase.h
1 parent 06b490f commit b78c621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/symboldatabase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ class CPPCHECKLIB Scope {
12051205
*/
12061206
bool isVariableDeclaration(const Token* tok, const Token*& vartok, const Token*& typetok) const;
12071207

1208-
void findFunctionInBase(const std::string & name, nonneg int args, std::vector<const Function *> & matches) const;
1208+
void findFunctionInBase(const Token* tok, nonneg int args, std::vector<const Function *> & matches) const;
12091209

12101210
/** @brief initialize varlist */
12111211
void getVariableList(const Token *start, const Token *end);

0 commit comments

Comments
 (0)