]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/strmatch.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / i18n / strmatch.cpp
index 7a455759b9dbc98c0c6cb36d7ad5fc628bdf034b..a20f7873fec73e04168ce2ce00109c33e24e0001 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-2012, International Business Machines Corporation
@@ -56,7 +58,7 @@ StringMatcher::~StringMatcher() {
 /**
  * Implement UnicodeFunctor
  */
-UnicodeFunctor* StringMatcher::clone() const {
+StringMatcher* StringMatcher::clone() const {
     return new StringMatcher(*this);
 }