diff options
Diffstat (limited to 'include/lldb/API/SBThreadCollection.h')
-rw-r--r-- | include/lldb/API/SBThreadCollection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/API/SBThreadCollection.h b/include/lldb/API/SBThreadCollection.h index 996ee3cd22aa7..79f9774544972 100644 --- a/include/lldb/API/SBThreadCollection.h +++ b/include/lldb/API/SBThreadCollection.h @@ -58,6 +58,7 @@ protected: private: friend class SBProcess; + friend class SBThread; lldb::ThreadCollectionSP m_opaque_sp; }; |