Skip to content

Commit b7acd02

Browse files
authored
Merge pull request #16934 from dcci/fixme
2 parents 66c71d1 + 52531ee commit b7acd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Reflection/ReflectionContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class ReflectionContext
108108
}
109109

110110
void dumpAllSections(std::ostream &OS) {
111-
getBuilder().dumpAllSections();
111+
getBuilder().dumpAllSections(OS);
112112
}
113113

114114
#if defined(__APPLE__) && defined(__MACH__)

0 commit comments

Comments
 (0)