]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/toupptrn.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / toupptrn.h
index 77799acbfd6bbaf28d550afbd9b7cb7744cf1a29..e96ca8f0ba530a0bae5dc92e4e4190c35dcdab27 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
 *   Copyright (C) 2001-2007, International Business Machines
@@ -48,7 +50,7 @@ class UppercaseTransliterator : public CaseMapTransliterator {
      * Transliterator API.
      * @return a copy of the object.
      */
-    virtual Transliterator* clone(void) const;
+    virtual UppercaseTransliterator* clone() const;
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for the actual class.