diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp index 6503e29d5e6..7cdf36dcfe0 100644 --- a/lldb/source/Interpreter/CommandObject.cpp +++ b/lldb/source/Interpreter/CommandObject.cpp @@ -570,7 +570,7 @@ CommandObject::GetFormattedCommandArguments (Stream &str) } } -const CommandArgumentType +CommandArgumentType CommandObject::LookupArgumentName (const char *arg_name) { CommandArgumentType return_type = eArgTypeLastArg; |