diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/i18n/hebrwcal.h')
-rw-r--r-- | Build/source/libs/icu-xetex/i18n/hebrwcal.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/libs/icu-xetex/i18n/hebrwcal.h b/Build/source/libs/icu-xetex/i18n/hebrwcal.h index a9ac8446685..64d19e8a276 100644 --- a/Build/source/libs/icu-xetex/i18n/hebrwcal.h +++ b/Build/source/libs/icu-xetex/i18n/hebrwcal.h @@ -1,6 +1,8 @@ /* -* Copyright (C) 2003-2004, International Business Machines Corporation and others. All Rights Reserved. -******************************************************************************** +****************************************************************************** +* Copyright (C) 2003-2006, International Business Machines Corporation +* and others. All Rights Reserved. +****************************************************************************** * * File HEBRWCAL.H * @@ -9,7 +11,7 @@ * Date Name Description * 05/13/2003 srl copied from gregocal.h * 11/26/2003 srl copied from buddhcal.h -******************************************************************************** +****************************************************************************** */ #ifndef HEBRWCAL_H @@ -242,7 +244,7 @@ public: /** * @deprecated ICU 2.6 use UCalendarDateFields instead of EDateFields */ - inline virtual void add(EDateFields field, int32_t amount, UErrorCode& status) { add((UCalendarDateFields)field, amount, status); } + virtual void add(EDateFields field, int32_t amount, UErrorCode& status); /** |