diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/process_util_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process_util_win.cc b/base/process_util_win.cc index d163e30..1203629 100644 --- a/base/process_util_win.cc +++ b/base/process_util_win.cc @@ -142,7 +142,7 @@ bool LaunchApp(const std::wstring& cmdline, return true; } -bool LaunchApp(CommandLine& cl, +bool LaunchApp(const CommandLine& cl, bool wait, bool start_hidden, ProcessHandle* process_handle) { return LaunchApp(cl.command_line_string(), wait, start_hidden, process_handle); |