Skip to content

Commit 84463d2

Browse files
authored
Update converter_lib.cpp
1 parent e7dc889 commit 84463d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp2rust/converter/converter_lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ std::string DisambiguateAnonymousTag(const clang::TagDecl *tag) {
380380
tag->getLocation())) {
381381
return "";
382382
}
383-
return typedef_decl->getName().str() + "_" + tag->getKindName().str();
383+
return typedef_decl->getName().str() + '_' + tag->getKindName().str();
384384
}
385385

386386
static std::unordered_map<std::string, size_t> type_mapping;

0 commit comments

Comments
 (0)