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/dist/rule | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/dist/rule') diff --git a/build2/dist/rule b/build2/dist/rule index 61be24f..db8e731 100644 --- a/build2/dist/rule +++ b/build2/dist/rule @@ -22,10 +22,10 @@ namespace build2 rule () {} virtual match_result - match (slock&, action, target&, const string&) const override; + match (action, target&, const string&) const override; virtual recipe - apply (slock&, action, target&) const override; + apply (action, target&) const override; }; } } -- cgit v1.1