]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/rbbiscan.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / rbbiscan.h
index a36e4fd92afeb70296bd1c17087ee825d0d9f6ad..c51b4cf2a68aa18c0e0621a2c83fbeadfe5e1a03 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 //
 //  rbbiscan.h
 //
@@ -52,7 +54,7 @@ public:
     struct RBBIRuleChar {
         UChar32             fChar;
         UBool               fEscaped;
-        RBBIRuleChar() : fChar(0), fEscaped(FALSE) {};
+        RBBIRuleChar() : fChar(0), fEscaped(FALSE) {}
     };
 
     RBBIRuleScanner(RBBIRuleBuilder  *rb);