aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/rule
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/rule')
-rw-r--r--build2/bin/rule2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/bin/rule b/build2/bin/rule
index c903990..5fe9069 100644
--- a/build2/bin/rule
+++ b/build2/bin/rule
@@ -38,7 +38,7 @@ namespace build2
apply (slock&, action, target&) const override;
static target_state
- perform (action, target&);
+ perform (action, const target&);
};
}
}