summaryrefslogtreecommitdiff
path: root/io/source/stm/opipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/opipe.cxx')
-rw-r--r--io/source/stm/opipe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/stm/opipe.cxx b/io/source/stm/opipe.cxx
index 8e3ecd2f2b67..be0905a08786 100644
--- a/io/source/stm/opipe.cxx
+++ b/io/source/stm/opipe.cxx
@@ -55,7 +55,7 @@ class OPipeImpl :
{
public:
OPipeImpl( );
- virtual ~OPipeImpl();
+ virtual ~OPipeImpl() override;
public: // XInputStream
virtual sal_Int32 SAL_CALL readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead)