]> granicus.if.org Git - icu/commitdiff
ICU-11893 Fix warning in visual studio 2013
authorMichael Ow <mow@svn.icu-project.org>
Tue, 12 Jan 2016 22:39:56 +0000 (22:39 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Tue, 12 Jan 2016 22:39:56 +0000 (22:39 +0000)
X-SVN-Rev: 38168

icu4c/source/common/sharedobject.h

index 44028699975920a2a5ddf19e142cb8ad85eb2aea..d0b9303925836381d957b9c193e60ea85e8e9c87 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ******************************************************************************
-* Copyright (C) 2015, International Business Machines
+* Copyright (C) 2015-2016, International Business Machines
 * Corporation and others.  All Rights Reserved.
 ******************************************************************************
 * sharedobject.h
@@ -21,7 +21,7 @@ U_NAMESPACE_BEGIN
  * update cache metrics. No other part of ICU, except for SharedObject,
  * should directly call the methods of this base class.
  */
-class UnifiedCacheBase : public UObject {
+class U_COMMON_API UnifiedCacheBase : public UObject {
 public:
     UnifiedCacheBase() { }