aboutsummaryrefslogtreecommitdiff
path: root/build2/scope.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scope.cxx')
-rw-r--r--build2/scope.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scope.cxx b/build2/scope.cxx
index ec2776e..a6ebe1f 100644
--- a/build2/scope.cxx
+++ b/build2/scope.cxx
@@ -681,7 +681,7 @@ namespace build2
//
// See also parser::expand_name_pattern() if changing anything here.
//
- size_t p (path::traits::rfind_separator (v));
+ size_t p (path::traits_type::rfind_separator (v));
if (p != string::npos)
{