diff options
Diffstat (limited to 'include/sot/object.hxx')
-rw-r--r-- | include/sot/object.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/object.hxx b/include/sot/object.hxx index fb3484624adc..164402b5bc49 100644 --- a/include/sot/object.hxx +++ b/include/sot/object.hxx @@ -138,7 +138,7 @@ private: }; //==================class SotObjectRef====================================== -SV_DECL_IMPL_REF(SotObject) +typedef tools::SvRef<SotObject> SotObjectRef; #endif // _IFACE_HXX |