summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/esctrn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/esctrn.cpp')
-rw-r--r--deps/icu-small/source/i18n/esctrn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/i18n/esctrn.cpp b/deps/icu-small/source/i18n/esctrn.cpp
index 900bed7e45..ba0e4c2c7b 100644
--- a/deps/icu-small/source/i18n/esctrn.cpp
+++ b/deps/icu-small/source/i18n/esctrn.cpp
@@ -122,7 +122,7 @@ EscapeTransliterator::~EscapeTransliterator() {
/**
* Transliterator API.
*/
-Transliterator* EscapeTransliterator::clone() const {
+EscapeTransliterator* EscapeTransliterator::clone() const {
return new EscapeTransliterator(*this);
}