summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/common/edits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/common/edits.cpp')
-rw-r--r--deps/icu-small/source/common/edits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/icu-small/source/common/edits.cpp b/deps/icu-small/source/common/edits.cpp
index 00a8d601a1..95f0c19a72 100644
--- a/deps/icu-small/source/common/edits.cpp
+++ b/deps/icu-small/source/common/edits.cpp
@@ -243,7 +243,7 @@ UBool Edits::growArray() {
return TRUE;
}
-UBool Edits::copyErrorTo(UErrorCode &outErrorCode) {
+UBool Edits::copyErrorTo(UErrorCode &outErrorCode) const {
if (U_FAILURE(outErrorCode)) { return TRUE; }
if (U_SUCCESS(errorCode_)) { return FALSE; }
outErrorCode = errorCode_;