diff options
Diffstat (limited to 'idl/inc/object.hxx')
-rwxr-xr-x | idl/inc/object.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx index 3cbd75081aba..d4483da3f6c9 100755 --- a/idl/inc/object.hxx +++ b/idl/inc/object.hxx @@ -29,9 +29,11 @@ #ifndef _OBJECT_HXX #define _OBJECT_HXX +#define _SVSTDARR_ULONGS #include <types.hxx> #include <slot.hxx> #include <vector> +#include <tools/list.hxx> struct SvSlotElement { @@ -42,6 +44,7 @@ struct SvSlotElement , aPrefix( rPrefix ) {} }; +DECLARE_LIST( SvSlotElementList, SvSlotElement* ) class SvMetaClass; typedef ::std::vector< SvMetaClass* > SvMetaClassList; |