Skip to content

Commit 6f5e064

Browse files
committed
const
1 parent 58c7279 commit 6f5e064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tokenize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6749,7 +6749,7 @@ void Tokenizer::simplifyFunctionParameters()
67496749
// First step: Get list of argument names in parentheses
67506750
std::map<std::string, Token *> argumentNames;
67516751
bool bailOut = false;
6752-
Token * tokparam = nullptr;
6752+
const Token * tokparam = nullptr;
67536753

67546754
//take count of the function name..
67556755
const std::string& funcName(tok->str());

0 commit comments

Comments
 (0)