Skip to content

Commit a17094b

Browse files
author
David Ungar
committed
add swift::
1 parent 7428fee commit a17094b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/lib/SwiftLang/SwiftEditorDiagConsumer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class EditorDiagConsumer : public swift::DiagnosticConsumer {
7070
swift::DiagnosticKind Kind, StringRef FormatString,
7171
ArrayRef<swift::DiagnosticArgument> FormatArgs,
7272
const swift::DiagnosticInfo &Info,
73-
SourceLoc bufferIndirectlyCausingDiagnostic) override;
73+
swift::SourceLoc bufferIndirectlyCausingDiagnostic) override;
7474
};
7575

7676
} // namespace SourceKit

0 commit comments

Comments
 (0)