diff options
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/basobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index cf205644ca17..a1ede771eee9 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -82,7 +82,7 @@ public: } }; -class SvMetaObject : public SvRttiBase +class SvMetaObject : public SvRefBase { protected: OString aName; |