summaryrefslogtreecommitdiff
path: root/src/lib/icu/Util.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/icu/Util.hxx')
-rw-r--r--src/lib/icu/Util.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/icu/Util.hxx b/src/lib/icu/Util.hxx
index 7b2958e22..835acb4f6 100644
--- a/src/lib/icu/Util.hxx
+++ b/src/lib/icu/Util.hxx
@@ -25,7 +25,7 @@
#include <string_view>
template<typename T> class AllocatedArray;
-template<typename T> class AllocatedString;
+class AllocatedString;
/**
* Wrapper for u_strFromUTF8().
@@ -40,7 +40,7 @@ UCharFromUTF8(std::string_view src);
*
* Throws std::runtime_error on error.
*/
-AllocatedString<char>
+AllocatedString
UCharToUTF8(std::basic_string_view<UChar> src);
#endif