aboutsummaryrefslogtreecommitdiff
path: root/bdep/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/types.hxx')
-rw-r--r--bdep/types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/types.hxx b/bdep/types.hxx
index ef10ed3..b449551 100644
--- a/bdep/types.hxx
+++ b/bdep/types.hxx
@@ -131,7 +131,7 @@ namespace std
operator<< (ostream& os, const ::butl::path& p)
{
string r (p.representation ());
- ::butl::path::traits::canonicalize (r);
+ ::butl::path::traits_type::canonicalize (r);
return os << r;
}
}