aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/scope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/scope.hxx')
-rw-r--r--libbuild2/scope.hxx3
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>