diff options
Diffstat (limited to 'include/lldb/Breakpoint/BreakpointIDList.h')
| -rw-r--r-- | include/lldb/Breakpoint/BreakpointIDList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Breakpoint/BreakpointIDList.h b/include/lldb/Breakpoint/BreakpointIDList.h index 5877b6c551ad..ec305583e8d9 100644 --- a/include/lldb/Breakpoint/BreakpointIDList.h +++ b/include/lldb/Breakpoint/BreakpointIDList.h @@ -55,7 +55,7 @@ public: bool FindBreakpointID(const char *bp_id, size_t *position) const; - void InsertStringArray(const char **string_array, size_t array_size, + void InsertStringArray(llvm::ArrayRef<const char *> string_array, CommandReturnObject &result); // Returns a pair consisting of the beginning and end of a breakpoint |
