From c2001eb367b9b82e26689cad6f1f74f46c72b904 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Apr 2017 08:29:52 +0200 Subject: Pass target to prerequisite search --- build2/target-type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/target-type') diff --git a/build2/target-type b/build2/target-type index 191c5d8..aa2d7cb 100644 --- a/build2/target-type +++ b/build2/target-type @@ -61,7 +61,7 @@ namespace build2 void (*print) (ostream&, const target_key&); - const target* (*search) (const prerequisite_key&); + const target* (*search) (const target&, const prerequisite_key&); bool see_through; // A group with the default "see through" semantics. -- cgit v1.1