aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index f8df4dc..cb85e98 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -546,8 +546,8 @@ namespace bdep
// Both paths are normilized so we can just compare them as
// strings.
//
- if (path::traits::compare (v.c_str () + b, n,
- p.c_str (), p.size ()) == 0)
+ if (path::traits_type::compare (v.c_str () + b, n,
+ p.c_str (), p.size ()) == 0)
{
if (implicit)
return true;