From b37f1aa6398065be806e6605a023189685669885 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Feb 2017 03:55:15 +0200 Subject: Implement parallel match --- 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 81f6916..aa4bbf7 100644 --- a/build2/target-type +++ b/build2/target-type @@ -55,7 +55,7 @@ namespace build2 void (*print) (ostream&, const target_key&); - target* (*search) (const prerequisite_key&); + const target* (*search) (const prerequisite_key&); bool see_through; // A group with the default "see through" semantics. -- cgit v1.1