diff options
Diffstat (limited to 'libbuild2/version/rule.hxx')
-rw-r--r-- | libbuild2/version/rule.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/version/rule.hxx b/libbuild2/version/rule.hxx index f9e7655..ddc5e11 100644 --- a/libbuild2/version/rule.hxx +++ b/libbuild2/version/rule.hxx @@ -29,7 +29,8 @@ namespace build2 lookup (const location&, action, const target&, - const string&) const override; + const string&, + const optional<string>&) const override; }; // Pre-process manifest before installation to patch in the version. |