summaryrefslogtreecommitdiff
path: root/include/ucbhelper/fd_inputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/fd_inputstream.hxx')
-rw-r--r--include/ucbhelper/fd_inputstream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/fd_inputstream.hxx b/include/ucbhelper/fd_inputstream.hxx
index 0959551a2f24..27d0b1a72774 100644
--- a/include/ucbhelper/fd_inputstream.hxx
+++ b/include/ucbhelper/fd_inputstream.hxx
@@ -51,7 +51,7 @@ namespace ucbhelper
FdInputStream(oslFileHandle tmpfl = nullptr);
- virtual ~FdInputStream();
+ virtual ~FdInputStream() override;
virtual sal_Int32 SAL_CALL
readBytes(css::uno::Sequence< sal_Int8 >& aData,