From abb7bf1045fde14f6ef87c8941ee22af233af397 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Aug 2015 15:47:35 +0200 Subject: match_only rework, part 2 --- build/bin/target | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/bin/target') diff --git a/build/bin/target b/build/bin/target index 946d7f6..729f119 100644 --- a/build/bin/target +++ b/build/bin/target @@ -86,6 +86,9 @@ namespace build liba* a {nullptr}; libso* so {nullptr}; + virtual void + reset (action_type); + public: virtual const target_type& type () const {return static_type;} static const target_type static_type; -- cgit v1.1