summaryrefslogtreecommitdiffstats
path: root/idl/inc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-12-28 18:02:06 -0800
committerJoseph Powers <jpowers27@cox.net>2010-12-31 06:57:20 -0800
commit2e2bcb6cb9310e8c995f0b03ce1bf990dd03292f (patch)
treedb87a38d49e719d915f46e5ecd098229d5c524cb /idl/inc
parentRemove DECLARE_LIST(SvAttributeListImpl,SvAttribute*) (diff)
downloadcore-2e2bcb6cb9310e8c995f0b03ce1bf990dd03292f.tar.gz
core-2e2bcb6cb9310e8c995f0b03ce1bf990dd03292f.zip
Remove DECLARE_LIST( StringList, String * )
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/command.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx
index 44c221ff4e22..c2d6adfc60a9 100644
--- a/idl/inc/command.hxx
+++ b/idl/inc/command.hxx
@@ -32,10 +32,11 @@
#include <tools/list.hxx>
#include <tools/string.hxx>
+#include <vector>
#ifndef STRING_LIST
#define STRING_LIST
-DECLARE_LIST( StringList, String * )
+typedef ::std::vector< String* > StringList;
#endif
DECLARE_LIST( ByteStringList, ByteString* )