]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/chariter.cpp
ICU-59131.0.1.tar.gz
[apple/icu.git] / icuSources / common / chariter.cpp
index a598bd658886b2fb3e7233ba70100400a12445b4..887119a0ebaa155d88506053fa828b861578bd4a 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
-*   Copyright (C) 1999-2004, International Business Machines
+*   Copyright (C) 1999-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
@@ -63,6 +65,8 @@ CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t
     }
 }
 
+CharacterIterator::~CharacterIterator() {}
+
 CharacterIterator::CharacterIterator(const CharacterIterator &that) :
 ForwardCharacterIterator(that),
 textLength(that.textLength), pos(that.pos), begin(that.begin), end(that.end)