aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/version/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-31 14:17:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-11-03 12:43:44 +0200
commite612a49ef95cf9ce3d0b5496d724f73cae9aa333 (patch)
treeaca5a1007423956524b4149bd0f95c6393691ba1 /libbuild2/version/rule.hxx
parentf500b3274b4c937d315a652aad3bfcdd808b49ec (diff)
Add line processing customization hook to in::rule
Diffstat (limited to 'libbuild2/version/rule.hxx')
-rw-r--r--libbuild2/version/rule.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/version/rule.hxx b/libbuild2/version/rule.hxx
index ddc5e11..c174f40 100644
--- a/libbuild2/version/rule.hxx
+++ b/libbuild2/version/rule.hxx
@@ -30,6 +30,7 @@ namespace build2
action,
const target&,
const string&,
+ optional<uint64_t>,
const optional<string>&) const override;
};