summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h')
-rw-r--r--lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h b/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
index 82ed24cf2b5..f1fdf60e74e 100644
--- a/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
+++ b/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
@@ -35,7 +35,8 @@ public:
static BreakpointResolver *
CreateFromStructuredData(Breakpoint *bkpt,
- StructuredData::Dictionary &data_dict, Error &error);
+ const StructuredData::Dictionary &data_dict,
+ Error &error);
StructuredData::ObjectSP SerializeToStructuredData() override;
OpenPOWER on IntegriCloud