aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.cxx')
-rw-r--r--build2/algorithm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/algorithm.cxx b/build2/algorithm.cxx
index f9f0ea2..0b7697d 100644
--- a/build2/algorithm.cxx
+++ b/build2/algorithm.cxx
@@ -1952,7 +1952,7 @@ namespace build2
path p;
bool d;
- if (path::traits::absolute (e))
+ if (path::traits_type::absolute (e))
{
p = path (e);
d = p.to_directory ();