]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/itercoll.cpp
ICU-400.38.tar.gz
[apple/icu.git] / icuSources / test / intltest / itercoll.cpp
index 5a0078b1494cd893711e9b09ae9440f2b995092d..75db1125e37f6a6330f29a402e037f31c9cf777d 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2003, International Business Machines Corporation and
+ * Copyright (c) 1997-2008, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -188,7 +188,7 @@ void CollationIteratorTest::TestOffset(/* char* par */)
 
     // Run all the way through the iterator, then get the offset
     int32_t orderLength = 0;
-    int32_t *orders = getOrders(*iter, orderLength);
+    Order *orders = getOrders(*iter, orderLength);
 
     int32_t offset = iter->getOffset();