diff options
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r-- | libbuild2/variable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 2d85af3..898648c 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1596,7 +1596,7 @@ namespace build2 // will be NULL) was actually inserted. Similar to find(), if typed is // false, leave the value untyped even if the variable is. // - pair<reference_wrapper<value>, bool> + pair<value&, bool> insert (const variable&, bool typed = true); pair<const_iterator, const_iterator> |