diff options
Diffstat (limited to 'build/bin/target')
-rw-r--r-- | build/bin/target | 3 |
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; |