diff options
-rw-r--r-- | include/clang/Frontend/ASTUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Frontend/ASTUnit.h b/include/clang/Frontend/ASTUnit.h index fc27bb9cdf..5e409bd7ed 100644 --- a/include/clang/Frontend/ASTUnit.h +++ b/include/clang/Frontend/ASTUnit.h @@ -467,7 +467,7 @@ public: const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } - const StringRef getOriginalSourceFileName() { + StringRef getOriginalSourceFileName() { return OriginalSourceFile; } |