summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/common/ruleiter.h
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2007-11-21 12:29:46 +0000
committerJonathan Kew <jfkthame@googlemail.com>2007-11-21 12:29:46 +0000
commit952d69f85d43b087ce9fa79d3fc6f1c076000bc7 (patch)
treedd6937a6486e80e1638618308481075efab000ae /Build/source/libs/icu-xetex/common/ruleiter.h
parent888236cb9df7b7d7b5a3e2d784037a9a59511c53 (diff)
updated icu-xetex library for XeTeX 0.997
git-svn-id: svn://tug.org/texlive/trunk@5536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu-xetex/common/ruleiter.h')
-rw-r--r--Build/source/libs/icu-xetex/common/ruleiter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/icu-xetex/common/ruleiter.h b/Build/source/libs/icu-xetex/common/ruleiter.h
index 8438f5797b7..5c86020bd8b 100644
--- a/Build/source/libs/icu-xetex/common/ruleiter.h
+++ b/Build/source/libs/icu-xetex/common/ruleiter.h
@@ -1,6 +1,6 @@
/*
**********************************************************************
-* Copyright (c) 2003-2005, International Business Machines
+* Copyright (c) 2003-2006, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
@@ -11,7 +11,7 @@
#ifndef _RULEITER_H_
#define _RULEITER_H_
-#include "unicode/utypes.h"
+#include "unicode/uobject.h"
U_NAMESPACE_BEGIN
@@ -26,7 +26,7 @@ class SymbolTable;
* @author Alan Liu
* @since ICU 2.8
*/
-class U_COMMON_API RuleCharacterIterator {
+class RuleCharacterIterator : public UMemory {
// TODO: Ideas for later. (Do not implement if not needed, lest the
// code coverage numbers go down due to unused methods.)
@@ -131,7 +131,7 @@ public:
/**
* An opaque object representing the position of a RuleCharacterIterator.
*/
- struct Pos {
+ struct Pos : public UMemory {
private:
const UnicodeString* buf;
int32_t pos;