Skip to content

Commit 52531ee

Browse files
author
Davide Italiano
committed
[Reflection] Fix a member function so that it actually compiles.
Nobody's using it, so nobody noticed. I plan to use this in the debugger.
1 parent 9aca727 commit 52531ee

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)