aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/rule')
-rw-r--r--build2/install/rule4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/install/rule b/build2/install/rule
index 1345dbd..aad5ee4 100644
--- a/build2/install/rule
+++ b/build2/install/rule
@@ -19,6 +19,8 @@ namespace build2
class alias_rule: public rule
{
public:
+ alias_rule () {}
+
virtual match_result
match (action, target&, const string&) const override;
@@ -31,6 +33,8 @@ namespace build2
class file_rule: public rule
{
public:
+ file_rule () {}
+
virtual match_result
match (action, target&, const string&) const override;