diff options
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r-- | libbuild2/scope.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index b83f699..97c7be5 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -181,7 +181,8 @@ namespace build2 pair<lookup_type, size_t> lookup_original (const variable&, const target_key* tk = nullptr, - const target_key* gk = nullptr, + const target_key* g1k = nullptr, + const target_key* g2k = nullptr, size_t start_depth = 1) const; pair<lookup_type, size_t> |