]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/titletrn.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / titletrn.h
index a093152b66cbdb96f310d8af1b2be8812554a822..4e45ac6f81fabc7bc67737c05759324048f7954a 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
@@ -50,7 +52,7 @@ class TitlecaseTransliterator : public CaseMapTransliterator {
      * Transliterator API.
      * @return a copy of the object.
      */
-    virtual Transliterator* clone(void) const;
+    virtual TitlecaseTransliterator* clone() const;
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for the actual class.