]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/rep.h
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / common / unicode / rep.h
index 3fab6fa1272e0f60a41739c831b3f06f97c6a0e0..4c7eae1401dcd6c9542157dbfa0f2fe3ea8dc4ed 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **************************************************************************
-* Copyright (C) 1999-2005, International Business Machines Corporation and
+* Copyright (C) 1999-2012, International Business Machines Corporation and
 * others. All Rights Reserved.
 **************************************************************************
 *   Date        Name        Description
@@ -205,7 +205,7 @@ protected:
      * Default constructor.
      * @stable ICU 2.4
      */
-    Replaceable();
+    inline Replaceable();
 
     /*
      * Assignment operator not declared. The compiler will provide one
@@ -237,6 +237,8 @@ protected:
     virtual UChar32 getChar32At(int32_t offset) const = 0;
 };
 
+inline Replaceable::Replaceable() {}
+
 inline int32_t
 Replaceable::length() const {
     return getLength();