diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectHelp.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectHelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectHelp.h b/lldb/source/Commands/CommandObjectHelp.h index 5e3cf7431f9..721917a1685 100644 --- a/lldb/source/Commands/CommandObjectHelp.h +++ b/lldb/source/Commands/CommandObjectHelp.h @@ -35,8 +35,8 @@ public: StringList &matches) override; static void GenerateAdditionalHelpAvenuesMessage( - Stream *s, const char *command, const char *prefix = nullptr, - const char *subcommand = nullptr, bool include_apropos = true, + Stream *s, llvm::StringRef command, llvm::StringRef prefix, + llvm::StringRef subcommand, bool include_apropos = true, bool include_type_lookup = true); class CommandOptions : public Options { |