aboutsummaryrefslogtreecommitdiff
path: root/build2/version/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/version/module.hxx')
-rw-r--r--build2/version/module.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/version/module.hxx b/build2/version/module.hxx
index 4f9f66d..190d8d7 100644
--- a/build2/version/module.hxx
+++ b/build2/version/module.hxx
@@ -27,7 +27,8 @@ namespace build2
butl::standard_version version;
dependency_constraints dependencies;
- const variable* in_symbol = nullptr;
+ const variable* in_symbol = nullptr; // in.symbol
+ const variable* in_substitution = nullptr; // in.substitution
module (butl::standard_version v, dependency_constraints d)
: version (move (v)), dependencies (move (d)) {}