diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-01-23 18:02:34 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-01-23 18:03:27 -0800 |
commit | f461a9b041dcb6e3bbd6db63a84c133cd6931deb (patch) | |
tree | caaf2af2d865e7cebcf0108b3e9a3488fdbac5cb /l10ntools/inc | |
parent | 5be744ad83bdb23d98dfb1767b6704336a8e0b5d (diff) |
Remove DECLARE_LIST( XMLAttributeList, XMLAttribute * )
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index ac2252d2cedb..7ade01648249 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -64,7 +64,6 @@ using namespace std; #define MAX_LANGUAGES 99 -//#define TESTDRIVER /* use xml2gsi testclass */ //------------------------------------------------------------------------- /** Holds data of Attributes @@ -96,7 +95,7 @@ public: } }; -DECLARE_LIST( XMLAttributeList, XMLAttribute * ) +typedef ::std::vector< XMLAttribute* > XMLAttributeList; //------------------------------------------------------------------------- |