]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/tzgnames.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / tzgnames.h
index 66f9e8423d87fc2397d0a8dab37bf195f634ad09..71d9d84dc0402f1ec643af6a12ae16f172175fdf 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 2011-2012, International Business Machines Corporation and    *
@@ -44,7 +46,7 @@ public:
     static TimeZoneGenericNames* createInstance(const Locale& locale, UErrorCode& status);
 
     virtual UBool operator==(const TimeZoneGenericNames& other) const;
-    virtual UBool operator!=(const TimeZoneGenericNames& other) const {return !operator==(other);};
+    virtual UBool operator!=(const TimeZoneGenericNames& other) const {return !operator==(other);}
     virtual TimeZoneGenericNames* clone() const;
 
     UnicodeString& getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,