summaryrefslogtreecommitdiff
path: root/idl/inc/object.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-04-20 20:59:37 -0700
committerJoseph Powers <jpowers27@cox.net>2011-04-20 21:05:04 -0700
commitad103b9a90d064f69df03a3a515acc266c267a9e (patch)
tree9382cb4299e2a412c6c8639404cfb71509f7a5c6 /idl/inc/object.hxx
parent31b16308d8f1673c816e978d5db50397d6b328ea (diff)
Remove DECLARE_LIST( SvSlotElementList, SvSlotElement* )
Passed: make distclean && make && make check
Diffstat (limited to 'idl/inc/object.hxx')
-rw-r--r--idl/inc/object.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx
index d4483da3f6c9..ad169f5e5bf9 100644
--- a/idl/inc/object.hxx
+++ b/idl/inc/object.hxx
@@ -44,7 +44,7 @@ struct SvSlotElement
, aPrefix( rPrefix )
{}
};
-DECLARE_LIST( SvSlotElementList, SvSlotElement* )
+typedef std::vector< SvSlotElement* > SvSlotElementList;
class SvMetaClass;
typedef ::std::vector< SvMetaClass* > SvMetaClassList;