aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 022df9d..a64c5e2 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -785,7 +785,7 @@ main (int argc, char* argv[])
// We cannot assume it is a valid filesystem name so we
// will have to do the splitting manually.
//
- path::size_type i (path::traits::rfind_separator (v));
+ path::size_type i (path::traits_type::rfind_separator (v));
if (i != string::npos)
out_base = dir_path (v, i != 0 ? i : 1); // Special case: "/".