aboutsummaryrefslogtreecommitdiff
path: root/build/variable.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build/variable.ixx')
-rw-r--r--build/variable.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/variable.ixx b/build/variable.ixx
index ca5a24a..2d52d9f 100644
--- a/build/variable.ixx
+++ b/build/variable.ixx
@@ -37,7 +37,7 @@ namespace build
}
inline const value_proxy& value_proxy::
- operator= (path v) const
+ operator= (dir_path v) const
{
p->reset (new list_value (std::move (v)));
return *this;