summaryrefslogtreecommitdiff
path: root/package/source/zippackage/wrapstreamforshare.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zippackage/wrapstreamforshare.hxx')
-rw-r--r--package/source/zippackage/wrapstreamforshare.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zippackage/wrapstreamforshare.hxx b/package/source/zippackage/wrapstreamforshare.hxx
index 7e5950a39467..8fc51001755e 100644
--- a/package/source/zippackage/wrapstreamforshare.hxx
+++ b/package/source/zippackage/wrapstreamforshare.hxx
@@ -39,7 +39,7 @@ protected:
public:
WrapStreamForShare( const css::uno::Reference< css::io::XInputStream >& xInStream,
const rtl::Reference<SotMutexHolder>& rMutexRef );
- virtual ~WrapStreamForShare();
+ virtual ~WrapStreamForShare() override;
// XInputStream
virtual sal_Int32 SAL_CALL readBytes( css::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead )