diff options
Diffstat (limited to 'thirdparty/icu4c/common/dtintrv.cpp')
-rw-r--r-- | thirdparty/icu4c/common/dtintrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/dtintrv.cpp b/thirdparty/icu4c/common/dtintrv.cpp index 80bb5d6dbd..011ad8136f 100644 --- a/thirdparty/icu4c/common/dtintrv.cpp +++ b/thirdparty/icu4c/common/dtintrv.cpp @@ -53,7 +53,7 @@ DateInterval::clone() const { } -UBool +bool DateInterval::operator==(const DateInterval& other) const { return ( fromDate == other.fromDate && toDate == other.toDate ); } |