diff options
Diffstat (limited to 'include/lldb/API/SBError.h')
-rw-r--r-- | include/lldb/API/SBError.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/API/SBError.h b/include/lldb/API/SBError.h index 7f2f3a6cc5ec..a3b1f87053ad 100644 --- a/include/lldb/API/SBError.h +++ b/include/lldb/API/SBError.h @@ -61,6 +61,7 @@ protected: friend class SBProcess; friend class SBStructuredData; friend class SBThread; + friend class SBTrace; friend class SBTarget; friend class SBValue; friend class SBWatchpoint; |