From 726aaab07a785b904dd1265bffa603bdd2a7665b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 May 2021 10:50:28 +0200 Subject: Tie loose ends in target type/pattern-specific matching --- libbuild2/variable.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/variable.hxx') 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& name) const; // Prepend/append value cache. // -- cgit v1.1