]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/ctestfw/unicode/testdata.h
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / tools / ctestfw / unicode / testdata.h
index ef9e73e3660ddb296689dd9d5f561e6125cdd4ba..a248bf568dc6ede890ceac9fa82cd6f9b0af4ecd 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 2002-2004, International Business Machines Corporation and
+ * Copyright (c) 2002-2006, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -14,6 +14,7 @@
 #include "unicode/tstdtmod.h"
 #include "unicode/datamap.h"
 
+
  /** This is the class that abstracts one of the tests in a data file 
   *  It is usually instantiated using TestDataModule::CreateTestData method 
   *  This class provides two important methods: nextSettings and nextCase 
@@ -95,7 +96,7 @@ public:
 private:
 //  RBTestData() {};
 //  RBTestData(const RBTestData& original) {};
-  RBTestData& operator=(const RBTestData& /*original*/) {return *this;};
+  RBTestData& operator=(const RBTestData& /*original*/);
 
 public:
   virtual ~RBTestData();
@@ -107,3 +108,4 @@ public:
 };
 
 #endif
+