aboutsummaryrefslogtreecommitdiff
path: root/build2/dist/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build2/dist/rule')
-rw-r--r--build2/dist/rule4
1 files changed, 2 insertions, 2 deletions
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;
};
}
}