diff options
Diffstat (limited to 'lldb/source/API/SBSourceManager.cpp')
-rw-r--r-- | lldb/source/API/SBSourceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBSourceManager.cpp b/lldb/source/API/SBSourceManager.cpp index 73a9c4a0904..785f3090777 100644 --- a/lldb/source/API/SBSourceManager.cpp +++ b/lldb/source/API/SBSourceManager.cpp @@ -101,7 +101,7 @@ operator=(const lldb::SBSourceManager &rhs) { rhs); m_opaque_up.reset(new SourceManagerImpl(*(rhs.m_opaque_up.get()))); - return *this; + return LLDB_RECORD_RESULT(*this); } SBSourceManager::~SBSourceManager() {} |