We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b490f commit b78c621Copy full SHA for b78c621
1 file changed
lib/symboldatabase.h
@@ -1205,7 +1205,7 @@ class CPPCHECKLIB Scope {
1205
*/
1206
bool isVariableDeclaration(const Token* tok, const Token*& vartok, const Token*& typetok) const;
1207
1208
- void findFunctionInBase(const std::string & name, nonneg int args, std::vector<const Function *> & matches) const;
+ void findFunctionInBase(const Token* tok, nonneg int args, std::vector<const Function *> & matches) const;
1209
1210
/** @brief initialize varlist */
1211
void getVariableList(const Token *start, const Token *end);
0 commit comments