]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/unirepl.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / unirepl.h
index 822da8cd93882f017cdf07b18f501c6f42306b38..1ec627abcb9ce451f44ca12c1b90317efc81ca2b 100644 (file)
 
 #include "unicode/utypes.h"
 
+#if U_SHOW_CPLUSPLUS_API
+
 /**
  * \file 
  * \brief C++ API: UnicodeReplacer
  */
 
-#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 class Replaceable;
@@ -96,6 +97,7 @@ class U_I18N_API UnicodeReplacer /* not : public UObject because this is an inte
 };
 
 U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
+
+#endif /* U_SHOW_CPLUSPLUS_API */
 
 #endif