]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/edits.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / edits.cpp
index 00a8d601a1cc80fbfcc46b7e1c677803e41511b8..95f0c19a728cf411cbfa97de5b8d4878186aafb2 100644 (file)
@@ -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_;