aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types.hxx')
-rw-r--r--bpkg/types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/types.hxx b/bpkg/types.hxx
index f36a33c..eaf07d2 100644
--- a/bpkg/types.hxx
+++ b/bpkg/types.hxx
@@ -122,7 +122,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;
}
}