aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/posix/ProcessLauncherPosix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/posix/ProcessLauncherPosix.h')
-rw-r--r--include/lldb/Host/posix/ProcessLauncherPosix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/posix/ProcessLauncherPosix.h b/include/lldb/Host/posix/ProcessLauncherPosix.h
index e481e3dc7ea9..4800c4066049 100644
--- a/include/lldb/Host/posix/ProcessLauncherPosix.h
+++ b/include/lldb/Host/posix/ProcessLauncherPosix.h
@@ -17,7 +17,7 @@ namespace lldb_private {
class ProcessLauncherPosix : public ProcessLauncher {
public:
HostProcess LaunchProcess(const ProcessLaunchInfo &launch_info,
- Error &error) override;
+ Status &error) override;
};
}