diff options
Diffstat (limited to 'build2/version/rule.cxx')
-rw-r--r-- | build2/version/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/version/rule.cxx b/build2/version/rule.cxx index 962a75e..9e127ca 100644 --- a/build2/version/rule.cxx +++ b/build2/version/rule.cxx @@ -335,7 +335,7 @@ namespace build2 v.type == nullptr ? move (v) : functions.call ( - t.base_scope (), "string", vector_view<value> (&v, 1), l)); + &t.base_scope (), "string", vector_view<value> (&v, 1), l)); } catch (const invalid_argument& e) { |