diff options
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/types.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 9e4a74c6c81a..1589fe737b69 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -69,7 +69,7 @@ public: }; enum { TYPE_METHOD, TYPE_STRUCT, TYPE_BASE, TYPE_ENUM, - TYPE_CLASS, TYPE_POINTER }; + TYPE_CLASS }; class SvMetaType : public SvMetaExtern { SvIdentifier aCName; |