aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.txx')
-rw-r--r--build2/utility.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/utility.txx b/build2/utility.txx
index a00f3fb..3e29db6 100644
--- a/build2/utility.txx
+++ b/build2/utility.txx
@@ -6,7 +6,7 @@ namespace build2
{
template <typename T>
T
- run (const char* const* args,
+ run (const char* args[],
T (*f) (string&),
bool err,
bool ignore_exit,