mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-11893 Fix warning in visual studio 2013
X-SVN-Rev: 38168
This commit is contained in:
parent
080e9d32a3
commit
7847919dfa
1 changed files with 2 additions and 2 deletions
|
@ -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() { }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue