X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b331163bffd790ced0e88b73f44f86d49ccc48a5..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/i18n/unicode/plurfmt.h diff --git a/icuSources/i18n/unicode/plurfmt.h b/icuSources/i18n/unicode/plurfmt.h index f7099d81..25251b75 100644 --- a/icuSources/i18n/unicode/plurfmt.h +++ b/icuSources/i18n/unicode/plurfmt.h @@ -1,3 +1,5 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2007-2014, International Business Machines Corporation and @@ -25,6 +27,7 @@ #include "unicode/numfmt.h" #include "unicode/plurrule.h" +#if U_SHOW_CPLUSPLUS_API U_NAMESPACE_BEGIN class Hashtable; @@ -608,6 +611,7 @@ private: }; U_NAMESPACE_END +#endif // U_SHOW_CPLUSPLUS_API #endif /* #if !UCONFIG_NO_FORMATTING */