]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/ctestfw/unicode/datamap.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / tools / ctestfw / unicode / datamap.h
index b8180fd9f322cee60fa02e85c08bea51b7202764..00d8b05eaca1b877c5e245347b4d8699ad2cb585 100644 (file)
@@ -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;