We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de8f77 commit eb6bf1bCopy full SHA for eb6bf1b
lib/tokenize.cpp
@@ -1154,7 +1154,7 @@ void Tokenizer::simplifyTypedef()
1154
bool good = true;
1155
// check for extra qualification
1156
while (back >= 0) {
1157
- const Token *qualificationTok = start->tokAt(-2);
+ Token *qualificationTok = start->tokAt(-2);
1158
if (!Token::Match(qualificationTok, "%type% ::"))
1159
break;
1160
if (qualificationTok->str() == spaceInfo[back].className) {
0 commit comments