]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/chariter.cpp
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / common / chariter.cpp
index a598bd658886b2fb3e7233ba70100400a12445b4..2d923ea0a6b5a80b4c001f3ca86f09780d87bef0 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 1999-2004, International Business Machines
+*   Copyright (C) 1999-2011, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 */
@@ -63,6 +63,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)