Skip to content

Commit c912fcc

Browse files
committed
Fix callsite
1 parent ea8b7a2 commit c912fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/FrontendTool/ImportedModules.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ bool swift::emitImportedModules(ModuleDecl *mainModule,
6666
if (!ID)
6767
continue;
6868

69-
ImportPath::Module::Builder scratch;
69+
ImportPath::Builder scratch;
7070
auto modulePath = ID->getRealModulePath(scratch);
7171
// only the top-level name is needed (i.e. A in A.B.C)
7272
Modules.insert(modulePath[0].Item.str());

0 commit comments

Comments
 (0)