]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/windtfmt.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / windtfmt.cpp
index 6a3779a29e8fed7bcd2bba0e16f933b110e69635..bcf272bc612f1c7db33ddf545f72cce2fcc3b707 100644 (file)
@@ -213,7 +213,7 @@ Win32DateFormat &Win32DateFormat::operator=(const Win32DateFormat &other)
     return *this;
 }
 
-Format *Win32DateFormat::clone(void) const
+Win32DateFormat *Win32DateFormat::clone() const
 {
     return new Win32DateFormat(*this);
 }