Skip to content

Commit b7fe4f1

Browse files
committed
fix
1 parent ae738f0 commit b7fe4f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/tokenize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2043,6 +2043,7 @@ void Tokenizer::simplifyTypedefCpp()
20432043
tok2->previous()->str("typedef");
20442044
tok2->insertToken(tok2->str());
20452045
}
2046+
tok2->originalName(tok2->str());
20462047
tok2->str(typeStart->str());
20472048

20482049
// restore qualification if it was removed

0 commit comments

Comments
 (0)