X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..374ca955a76ecab1204ca8bfa63ff9238d998416:/icuSources/layout/loengine.cpp diff --git a/icuSources/layout/loengine.cpp b/icuSources/layout/loengine.cpp index 5e33d12e..384459be 100644 --- a/icuSources/layout/loengine.cpp +++ b/icuSources/layout/loengine.cpp @@ -1,7 +1,6 @@ /* - * @(#)loengine.cpp 1.0 00/12/07 * - * (C) Copyright IBM Corp. 1998, 1999, 2000 - All Rights Reserved + * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved * */ @@ -14,4 +13,6 @@ * exported by the build... */ -const char ICULayoutEngine::fgClassID=0; +#ifndef U_HIDE_OBSOLETE_API +UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ICULayoutEngine) +#endif