From a03be5a8a60f50bf2133c1b9920f6ba6c7beef22 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 26 Jun 2015 16:49:21 +0200 Subject: lib/icu/Converter: add missing <> --- src/lib/icu/Converter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/icu/Converter.cxx b/src/lib/icu/Converter.cxx index fad1f4d66..8f20813c4 100644 --- a/src/lib/icu/Converter.cxx +++ b/src/lib/icu/Converter.cxx @@ -96,7 +96,7 @@ DoConvert(GIConv conv, const char *src) if (n == static_cast(-1) || in_left > 0) return nullptr; - return AllocatedString::Duplicate(buffer, sizeof(buffer) - out_left); + return AllocatedString<>::Duplicate(buffer, sizeof(buffer) - out_left); } #endif -- cgit v1.2.3