diff options
-rw-r--r-- | libbpkg/manifest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index 55fe18f..7e6e6d7 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -3268,7 +3268,7 @@ namespace bpkg typed_repository_url:: typed_repository_url (const string& s) { - using traits = butl::url::traits; + using traits = butl::url::traits_type; if (traits::find (s) == 0) // Looks like a non-rootless URL? { |