X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/tools/ctestfw/unicode/testdata.h diff --git a/icuSources/tools/ctestfw/unicode/testdata.h b/icuSources/tools/ctestfw/unicode/testdata.h index ef9e73e3..a248bf56 100644 --- a/icuSources/tools/ctestfw/unicode/testdata.h +++ b/icuSources/tools/ctestfw/unicode/testdata.h @@ -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 +