From 9cfa3519f9563c40577c67df02e99177d4074b8b Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 16 Aug 2001 23:38:09 +0000 Subject: [PATCH] ICU-329 Changes to compile on Linux X-SVN-Rev: 5485 --- icu4c/source/i18n/ucol_tok.h | 2 +- icu4c/source/i18n/unicode/msgfmt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/ucol_tok.h b/icu4c/source/i18n/ucol_tok.h index 820cdf5dff5..e3b6dfddfff 100644 --- a/icu4c/source/i18n/ucol_tok.h +++ b/icu4c/source/i18n/ucol_tok.h @@ -23,7 +23,7 @@ #include "ucol_imp.h" #include "uhash.h" -#include "unicode\parseerr.h" +#include "unicode/parseerr.h" #define UCOL_TOK_UNSET 0xFFFFFFFF #define UCOL_TOK_RESET 0xDEADBEEF diff --git a/icu4c/source/i18n/unicode/msgfmt.h b/icu4c/source/i18n/unicode/msgfmt.h index 6e538c8c723..6b0de96714f 100644 --- a/icu4c/source/i18n/unicode/msgfmt.h +++ b/icu4c/source/i18n/unicode/msgfmt.h @@ -191,7 +191,7 @@ class NumberFormat; */ class U_I18N_API MessageFormat : public Format { public: - static enum EFormatNumber { kMaxFormat = 10 }; + enum EFormatNumber { kMaxFormat = 10 }; /** * Construct a new MessageFormat using the given pattern. *