From fc27ec48c9d63879e4b0f049060e943233cb540d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 17 Oct 2016 15:43:47 +0200 Subject: Cleanup match_result mess --- build2/test/rule | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/test/rule') diff --git a/build2/test/rule b/build2/test/rule index e6cdc37..b915ea7 100644 --- a/build2/test/rule +++ b/build2/test/rule @@ -19,10 +19,10 @@ namespace build2 { public: virtual match_result - match (action, target&, const string&) const; + match (action, target&, const string&) const override; virtual recipe - apply (action, target&, const match_result&) const; + apply (action, target&) const override; static target_state perform_script (action, target&); -- cgit v1.1