]> granicus.if.org Git - icu/commitdiff
ICU-10802 Attempt to fix broken build.
authorTravis Keep <keep94@gmail.com>
Wed, 20 Aug 2014 23:48:49 +0000 (23:48 +0000)
committerTravis Keep <keep94@gmail.com>
Wed, 20 Aug 2014 23:48:49 +0000 (23:48 +0000)
X-SVN-Rev: 36216

icu4c/source/common/unifiedcache.h

index e01d1e6232f9aad10d098fd0ab0cca0b36f2dff2..8213d9fdbdc999cbe1f58ec20b3ee04e7ebbe3f7 100644 (file)
@@ -135,7 +135,7 @@ class LocaleCacheKey : public CacheKey<T> {
    Locale   fLoc;
  public:
    LocaleCacheKey(const Locale &loc) : fLoc(loc) {};
-   LocaleCacheKey(const LocaleCacheKey &other)
+   LocaleCacheKey(const LocaleCacheKey<T> &other)
            : CacheKey<T>(other), fLoc(other.fLoc) { }
    virtual ~LocaleCacheKey() { }
    virtual int32_t hashCode() const {