aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/rule
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-17 15:43:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:25 +0200
commitfc27ec48c9d63879e4b0f049060e943233cb540d (patch)
tree28e062c8674ad194268100bf48475aecaca4c056 /build2/cli/rule
parent8b564b5b8f6d597a9fb76734e759f78c4b1c91da (diff)
Cleanup match_result mess
Diffstat (limited to 'build2/cli/rule')
-rw-r--r--build2/cli/rule4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cli/rule b/build2/cli/rule
index 4f8ebc2..41ff8bf 100644
--- a/build2/cli/rule
+++ b/build2/cli/rule
@@ -18,10 +18,10 @@ namespace build2
{
public:
virtual match_result
- match (action, target&, const string& hint) const;
+ match (action, target&, const string& hint) const override;
virtual recipe
- apply (action, target&, const match_result&) const;
+ apply (action, target&) const override;
static target_state
perform_update (action, target&);