diff options
Diffstat (limited to 'include/lldb/Host/windows/ProcessLauncherWindows.h')
| -rw-r--r-- | include/lldb/Host/windows/ProcessLauncherWindows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/windows/ProcessLauncherWindows.h b/include/lldb/Host/windows/ProcessLauncherWindows.h index 9f9e39709375..1df377d5eb88 100644 --- a/include/lldb/Host/windows/ProcessLauncherWindows.h +++ b/include/lldb/Host/windows/ProcessLauncherWindows.h @@ -20,7 +20,7 @@ class ProcessLaunchInfo; class ProcessLauncherWindows : public ProcessLauncher { public: virtual HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info, - Error &error); + Status &error); protected: HANDLE GetStdioHandle(const ProcessLaunchInfo &launch_info, int fd); |
