From: Travis Keep Date: Wed, 20 Aug 2014 23:48:49 +0000 (+0000) Subject: ICU-10802 Attempt to fix broken build. X-Git-Tag: milestone-59-0-1~1709 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c78f2c0defc2f5eb297480cd754c39d674f0a832;p=icu ICU-10802 Attempt to fix broken build. X-SVN-Rev: 36216 --- diff --git a/icu4c/source/common/unifiedcache.h b/icu4c/source/common/unifiedcache.h index e01d1e6232f..8213d9fdbdc 100644 --- a/icu4c/source/common/unifiedcache.h +++ b/icu4c/source/common/unifiedcache.h @@ -135,7 +135,7 @@ class LocaleCacheKey : public CacheKey { Locale fLoc; public: LocaleCacheKey(const Locale &loc) : fLoc(loc) {}; - LocaleCacheKey(const LocaleCacheKey &other) + LocaleCacheKey(const LocaleCacheKey &other) : CacheKey(other), fLoc(other.fLoc) { } virtual ~LocaleCacheKey() { } virtual int32_t hashCode() const {