]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/rbbirb.h
ICU-531.30.tar.gz
[apple/icu.git] / icuSources / common / rbbirb.h
index d7a5383606cd2393913ed367e67b9ef66904d95d..deb9b0ee1206fcb6a84c1ac306e3747600156b23 100644 (file)
@@ -1,7 +1,7 @@
 //
 //  rbbirb.h
 //
-//  Copyright (C) 2002-2005, International Business Machines Corporation and others.
+//  Copyright (C) 2002-2008, International Business Machines Corporation and others.
 //  All Rights Reserved.
 //
 //  This file contains declarations for several classes from the
@@ -107,7 +107,7 @@ public:
     //   public ICU API for creating RBBIs uses this function to do the actual work.
     //
     static BreakIterator * createRuleBasedBreakIterator( const UnicodeString    &rules,
-                                    UParseError      &parseError,
+                                    UParseError      *parseError,
                                     UErrorCode       &status);
 
 public:
@@ -116,7 +116,7 @@ public:
     //  are NOT intended to be accessed by anything outside of the
     //  rule builder implementation.
     RBBIRuleBuilder(const UnicodeString  &rules,
-                    UParseError          &parseErr,
+                    UParseError          *parseErr,
                     UErrorCode           &status
         );