Skip to content

Commit 82f3e66

Browse files
authored
Merge pull request #18003 from apple/remove-qualifier
2 parents 8046906 + 50ac820 commit 82f3e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class SILType {
365365
}
366366

367367
/// Returns the ASTContext for the referenced Swift type.
368-
const ASTContext &getASTContext() const {
368+
ASTContext &getASTContext() const {
369369
return getASTType()->getASTContext();
370370
}
371371

0 commit comments

Comments
 (0)