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 d40934c..a40da92 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1784,7 +1784,7 @@ namespace build2 bool empty () const {return map_.empty ();} lookup - find (const target_type&, const string& tname, const variable&) const; + find (const target_key&, const variable&, optional<string>& name) const; // Prepend/append value cache. // |