From f461a9b041dcb6e3bbd6db63a84c133cd6931deb Mon Sep 17 00:00:00 2001 From: Joseph Powers Date: Sun, 23 Jan 2011 18:02:34 -0800 Subject: Remove DECLARE_LIST( XMLAttributeList, XMLAttribute * ) --- l10ntools/inc/xmlparse.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'l10ntools/inc/xmlparse.hxx') 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; //------------------------------------------------------------------------- -- cgit