]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/strrepl.cpp
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / strrepl.cpp
index 7608e288f801ae90efaf874c6dd7573abc55354b..4c90cfb32c059bed22cc9aa52677b28e9ce6fcef 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (c) 2002-2011, International Business Machines Corporation
+*   Copyright (c) 2002-2012, International Business Machines Corporation
 *   and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -93,7 +93,7 @@ UnicodeFunctor* StringReplacer::clone() const {
  * Implement UnicodeFunctor
  */
 UnicodeReplacer* StringReplacer::toReplacer() const {
-    return (UnicodeReplacer*) this;
+  return const_cast<StringReplacer *>(this);
 }
 
 /**