summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/lsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/lsr.h')
-rw-r--r--thirdparty/icu4c/common/lsr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/icu4c/common/lsr.h b/thirdparty/icu4c/common/lsr.h
index a33f855245..af993c11d6 100644
--- a/thirdparty/icu4c/common/lsr.h
+++ b/thirdparty/icu4c/common/lsr.h
@@ -65,9 +65,9 @@ struct LSR final : public UMemory {
static int32_t indexForRegion(const char *region);
UBool isEquivalentTo(const LSR &other) const;
- UBool operator==(const LSR &other) const;
+ bool operator==(const LSR &other) const;
- inline UBool operator!=(const LSR &other) const {
+ inline bool operator!=(const LSR &other) const {
return !operator==(other);
}