From e947dec253ffa3cf21d59b78581de55b44cbc157 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Dec 2017 20:23:15 +0300 Subject: Remove default parameters from process.cpp --- src/utils/process.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/utils/process.h') diff --git a/src/utils/process.h b/src/utils/process.h index bf622c15b..cbb0f73b7 100644 --- a/src/utils/process.h +++ b/src/utils/process.h @@ -23,12 +23,16 @@ #include -int execFileWait(const std::string &pathName, const std::string &name, - const std::string &arg1, const std::string &arg2, - int waitTime = 0); +int execFileWait(const std::string &pathName, + const std::string &name, + const std::string &arg1, + const std::string &arg2, + int waitTime); -bool execFile(const std::string &pathName, const std::string &name, - const std::string &arg1, const std::string &arg2); +bool execFile(const std::string &pathName, + const std::string &name, + const std::string &arg1, + const std::string &arg2); bool openBrowser(std::string url); -- cgit v1.2.3-60-g2f50