diff options
Diffstat (limited to 'include/comphelper/seekableinput.hxx')
-rw-r--r-- | include/comphelper/seekableinput.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/seekableinput.hxx b/include/comphelper/seekableinput.hxx index 326db1a702e9..bbb566ade6f4 100644 --- a/include/comphelper/seekableinput.hxx +++ b/include/comphelper/seekableinput.hxx @@ -55,7 +55,7 @@ public: const css::uno::Reference< css::io::XInputStream >& xInStream, const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~OSeekableInputWrapper(); + virtual ~OSeekableInputWrapper() override; static css::uno::Reference< css::io::XInputStream > CheckSeekableCanWrap( const css::uno::Reference< css::io::XInputStream >& xInStream, |