Skip to content

Commit 22e8eda

Browse files
Marcel Hlopkogribozavr
andauthored
Update lib/Serialization/Deserialization.cpp
Co-authored-by: Dmitri Gribenko <[email protected]>
1 parent 3bfdce6 commit 22e8eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/Deserialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5358,7 +5358,7 @@ class TypeDeserializer {
53585358
if (auto ctd = dyn_cast<clang::ClassTemplateDecl>(clangDecl)) {
53595359
auto clangImporter = static_cast<ClangImporter *>(nominal->getASTContext().getClangModuleLoader());
53605360

5361-
SmallVector<Type, 2> typesOfgenericArgs;
5361+
SmallVector<Type, 2> typesOfGenericArgs;
53625362
for (auto arg : genericArgs) {
53635363
typesOfgenericArgs.push_back(arg);
53645364
}

0 commit comments

Comments
 (0)