X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..f59164e3d128c7675a4d3934206346a3384e53a5:/icuSources/tools/ctestfw/unicode/datamap.h diff --git a/icuSources/tools/ctestfw/unicode/datamap.h b/icuSources/tools/ctestfw/unicode/datamap.h index b8180fd9..00d8b05e 100644 --- a/icuSources/tools/ctestfw/unicode/datamap.h +++ b/icuSources/tools/ctestfw/unicode/datamap.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 2002-2005, International Business Machines Corporation and + * Copyright (c) 2002-2006, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -26,10 +26,10 @@ U_NAMESPACE_END */ class T_CTEST_EXPORT_API DataMap { public: - virtual ~DataMap() {}; + virtual ~DataMap(); protected: - DataMap() {}; + DataMap(); int32_t utoi(const UnicodeString &s) const;