diff options
Diffstat (limited to 'lib/Support/DataStream.cpp')
-rw-r--r-- | lib/Support/DataStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/DataStream.cpp b/lib/Support/DataStream.cpp index ad05494f9c674..3b10fc5eecaa3 100644 --- a/lib/Support/DataStream.cpp +++ b/lib/Support/DataStream.cpp @@ -72,7 +72,7 @@ public: } }; -} // namespace +} std::unique_ptr<DataStreamer> llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { |