X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..9953cfe31e2dce81abce5bae29a7d5001cb9c635:/icuSources/i18n/tolowtrn.cpp diff --git a/icuSources/i18n/tolowtrn.cpp b/icuSources/i18n/tolowtrn.cpp index 267ce406..c93f4d0e 100644 --- a/icuSources/i18n/tolowtrn.cpp +++ b/icuSources/i18n/tolowtrn.cpp @@ -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.