aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBEvent.h')
-rw-r--r--include/lldb/API/SBEvent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lldb/API/SBEvent.h b/include/lldb/API/SBEvent.h
index 1706d0c009b9..975c365f5916 100644
--- a/include/lldb/API/SBEvent.h
+++ b/include/lldb/API/SBEvent.h
@@ -20,7 +20,7 @@ namespace lldb {
class SBBroadcaster;
-class SBEvent
+class LLDB_API SBEvent
{
public:
SBEvent();
@@ -78,6 +78,7 @@ protected:
friend class SBBreakpoint;
friend class SBDebugger;
friend class SBProcess;
+ friend class SBTarget;
friend class SBThread;
friend class SBWatchpoint;