diff --git a/lib/tokenize.cpp b/lib/tokenize.cpp index dd26b6475..ee76f7e97 100644 --- a/lib/tokenize.cpp +++ b/lib/tokenize.cpp @@ -1107,7 +1107,7 @@ void Tokenizer::simplifyTypedef() tok2->next()->str() == "operator")) { simplifyType = false; tok2 = tok2->next(); - break; + continue; } // There are 2 categories of typedef substitutions: