aboutsummaryrefslogtreecommitdiff
path: root/build/bin/target
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-03 15:47:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-03 15:47:35 +0200
commitabb7bf1045fde14f6ef87c8941ee22af233af397 (patch)
tree734b8e605c00f79e00687ec4912366b88fbbb050 /build/bin/target
parent0db17bfec8b3b6c436f3c9c346d17d98458c3654 (diff)
match_only rework, part 2
Diffstat (limited to 'build/bin/target')
-rw-r--r--build/bin/target3
1 files changed, 3 insertions, 0 deletions
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;