diff options
Diffstat (limited to 'lldb/source/Interpreter/OptionValueFormatEntity.cpp')
| -rw-r--r-- | lldb/source/Interpreter/OptionValueFormatEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/OptionValueFormatEntity.cpp b/lldb/source/Interpreter/OptionValueFormatEntity.cpp index 29c3b404806..03f077cf9e8 100644 --- a/lldb/source/Interpreter/OptionValueFormatEntity.cpp +++ b/lldb/source/Interpreter/OptionValueFormatEntity.cpp @@ -108,7 +108,7 @@ lldb::OptionValueSP OptionValueFormatEntity::DeepCopy() const { } size_t OptionValueFormatEntity::AutoComplete( - CommandInterpreter &interpreter, const char *s, int match_start_point, + CommandInterpreter &interpreter, llvm::StringRef s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) { return FormatEntity::AutoComplete(s, match_start_point, max_return_elements, word_complete, matches); |

