Skip to content

Commit ea9c225

Browse files
committed
Its better to be more explicit about the static call
1 parent 19d9333 commit ea9c225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/helper.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ string Helper::run_program_under_wine(bool wine_64_bit,
257257
bool give_error,
258258
bool stderr_output)
259259
{
260-
return Helper::run_program(prefix_path, debug_log_level, Helper::get_wine_executable_location(wine_64_bit) + " " + program, working_directory, env_vars,
261-
give_error, stderr_output);
260+
return Helper::run_program(prefix_path, debug_log_level, Helper::get_wine_executable_location(wine_64_bit) + " " + program, working_directory,
261+
env_vars, give_error, stderr_output);
262262
}
263263

264264
/**

0 commit comments

Comments
 (0)