]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/tolowtrn.cpp
ICU-461.13.tar.gz
[apple/icu.git] / icuSources / i18n / tolowtrn.cpp
index 267ce406d35ef8bbd49f25d755b50c39821248d6..c93f4d0eff8dce2e3b4dfd50d0db5c0c1a2e3c2c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 2001-2004, International Business Machines
+*   Copyright (C) 2001-2007, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -47,11 +47,11 @@ LowercaseTransliterator::LowercaseTransliterator(const LowercaseTransliterator&
 /**
  * Assignment operator.
  */
-LowercaseTransliterator& LowercaseTransliterator::operator=(
+/*LowercaseTransliterator& LowercaseTransliterator::operator=(
                              const LowercaseTransliterator& o) {
     CaseMapTransliterator::operator=(o);
     return *this;
-}
+}*/
 
 /**
  * Transliterator API.