aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBWatchpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBWatchpoint.h')
-rw-r--r--include/lldb/API/SBWatchpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/API/SBWatchpoint.h b/include/lldb/API/SBWatchpoint.h
index 284ec12392a3..92d4851fc14d 100644
--- a/include/lldb/API/SBWatchpoint.h
+++ b/include/lldb/API/SBWatchpoint.h
@@ -72,7 +72,7 @@ private:
friend class SBTarget;
friend class SBValue;
- lldb::WatchpointSP m_opaque_sp;
+ std::weak_ptr<lldb_private::Watchpoint> m_opaque_wp;
};
} // namespace lldb