summaryrefslogtreecommitdiff
path: root/io/source/TextInputStream/TextInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/TextInputStream/TextInputStream.cxx')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index 1852ed855939..5e43365ecc3c 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -78,7 +78,7 @@ class OTextInputStream : public WeakImplHelper< XTextInputStream2, XServiceInfo
public:
OTextInputStream();
- virtual ~OTextInputStream();
+ virtual ~OTextInputStream() override;
// Methods XTextInputStream
virtual OUString SAL_CALL readLine( )