diff options
Diffstat (limited to 'libbuild2/variable.ixx')
-rw-r--r-- | libbuild2/variable.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/variable.ixx b/libbuild2/variable.ixx index e5353ed..d341c26 100644 --- a/libbuild2/variable.ixx +++ b/libbuild2/variable.ixx @@ -772,7 +772,7 @@ namespace build2 else { if (v.type.load (memory_order_acquire) != var.type) - build2::typify_atomic (const_cast<value_data&> (v), *var.type, &var); + typify_atomic (*ctx, const_cast<value_data&> (v), *var.type, &var); } } |