]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/tztrans.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / tztrans.h
index b295741671b11971260ed65d94bee741a5dd3cc9..217d711eec3471831776f13742df95776217c09f 100644 (file)
 
 #include "unicode/utypes.h"
 
+#if U_SHOW_CPLUSPLUS_API
+
 #if !UCONFIG_NO_FORMATTING
 
 #include "unicode/uobject.h"
 
-#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 // Forward declaration
@@ -69,7 +70,7 @@ public:
      * @return  A copy of the object.
      * @stable ICU 3.8
      */
-    TimeZoneTransition* clone(void) const;
+    TimeZoneTransition* clone() const;
 
     /**
      * Assignment operator.
@@ -190,10 +191,11 @@ public:
 };
 
 U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
 
 #endif /* #if !UCONFIG_NO_FORMATTING */
 
+#endif /* U_SHOW_CPLUSPLUS_API */
+
 #endif // TZTRANS_H
 
 //eof