aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBBreakpointLocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBBreakpointLocation.h')
-rw-r--r--include/lldb/API/SBBreakpointLocation.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/lldb/API/SBBreakpointLocation.h b/include/lldb/API/SBBreakpointLocation.h
index fd9f246de4ff..ab7049739c0b 100644
--- a/include/lldb/API/SBBreakpointLocation.h
+++ b/include/lldb/API/SBBreakpointLocation.h
@@ -15,7 +15,7 @@
namespace lldb {
-class SBBreakpointLocation
+class LLDB_API SBBreakpointLocation
{
public:
@@ -101,9 +101,7 @@ public:
private:
friend class SBBreakpoint;
-#ifndef LLDB_DISABLE_PYTHON
- friend class lldb_private::ScriptInterpreterPython;
-#endif
+
void
SetLocation (const lldb::BreakpointLocationSP &break_loc_sp);