From: Michael Ow Date: Tue, 12 Jan 2016 22:39:56 +0000 (+0000) Subject: ICU-11893 Fix warning in visual studio 2013 X-Git-Tag: milestone-59-0-1~737 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7847919dfaaa449893fdb4e97a822b3686423b9e;p=icu ICU-11893 Fix warning in visual studio 2013 X-SVN-Rev: 38168 --- diff --git a/icu4c/source/common/sharedobject.h b/icu4c/source/common/sharedobject.h index 44028699975..d0b93039258 100644 --- a/icu4c/source/common/sharedobject.h +++ b/icu4c/source/common/sharedobject.h @@ -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() { }