aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.cxx')
-rw-r--r--build2/utility.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/utility.cxx b/build2/utility.cxx
index 3eda7e1..8ebfe06 100644
--- a/build2/utility.cxx
+++ b/build2/utility.cxx
@@ -70,7 +70,7 @@ namespace build2
}
process
- start_run (const char* const* args, bool err)
+ start_run (const char* args[], bool err)
{
if (verb >= 3)
print_process (args);
@@ -96,7 +96,7 @@ namespace build2
};
bool
- finish_run (const char* const* args, bool err, process& pr, const string& l)
+ finish_run (const char* args[], bool err, process& pr, const string& l)
try
{
if (pr.wait ())