diff options
Diffstat (limited to 'tools/libclang/CLog.h')
-rw-r--r-- | tools/libclang/CLog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libclang/CLog.h b/tools/libclang/CLog.h index 271bf4e284..c3dcb57793 100644 --- a/tools/libclang/CLog.h +++ b/tools/libclang/CLog.h @@ -38,7 +38,7 @@ typedef IntrusiveRefCntPtr<Logger> LogRef; class Logger : public RefCountedBase<Logger> { std::string Name; bool Trace; - llvm::SmallString<64> Msg; + SmallString<64> Msg; llvm::raw_svector_ostream LogOS; public: static const char *getEnvVar() { |