diff options
Diffstat (limited to 'include/lldb/Interpreter/OptionValueFileSpec.h')
| -rw-r--r-- | include/lldb/Interpreter/OptionValueFileSpec.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/lldb/Interpreter/OptionValueFileSpec.h b/include/lldb/Interpreter/OptionValueFileSpec.h index 293ecd0d8054..41a479e2fc9e 100644 --- a/include/lldb/Interpreter/OptionValueFileSpec.h +++ b/include/lldb/Interpreter/OptionValueFileSpec.h @@ -54,9 +54,8 @@ public: lldb::OptionValueSP DeepCopy() const override; - size_t AutoComplete(CommandInterpreter &interpreter, llvm::StringRef s, - int match_start_point, int max_return_elements, - bool &word_complete, StringList &matches) override; + size_t AutoComplete(CommandInterpreter &interpreter, + CompletionRequest &request) override; //--------------------------------------------------------------------- // Subclass specific functions |
