aboutsummaryrefslogtreecommitdiff
path: root/build2/variable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/variable.hxx')
-rw-r--r--build2/variable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/variable.hxx b/build2/variable.hxx
index 9a58584..aa00eb8 100644
--- a/build2/variable.hxx
+++ b/build2/variable.hxx
@@ -306,11 +306,11 @@ namespace build2
template <typename T> T cast_true (const lookup&);
- // Assign value type to the value. In the second version the variable is
- // optional and is only used for diagnostics.
+ // Assign value type to the value. The variable is optional and is only used
+ // for diagnostics.
//
template <typename T>
- void typify (value&, const variable&);
+ void typify (value&, const variable*);
void typify (value&, const value_type&, const variable*);
// Remove value type from the value reversing it to names. This is similar