diff options
Diffstat (limited to 'include/lldb/Target/ProcessLaunchInfo.h')
-rw-r--r-- | include/lldb/Target/ProcessLaunchInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/ProcessLaunchInfo.h b/include/lldb/Target/ProcessLaunchInfo.h index 083e0bbed8bde..93a1a9ebd2391 100644 --- a/include/lldb/Target/ProcessLaunchInfo.h +++ b/include/lldb/Target/ProcessLaunchInfo.h @@ -94,7 +94,7 @@ public: void Clear(); - bool ConvertArgumentsForLaunchingInShell(Error &error, bool localhost, + bool ConvertArgumentsForLaunchingInShell(Status &error, bool localhost, bool will_debug, bool first_arg_is_full_shell_command, int32_t num_resumes); |