summaryrefslogtreecommitdiff
path: root/include/svl/outstrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/outstrm.hxx')
-rw-r--r--include/svl/outstrm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/outstrm.hxx b/include/svl/outstrm.hxx
index 487d133da738..d512d46ba51d 100644
--- a/include/svl/outstrm.hxx
+++ b/include/svl/outstrm.hxx
@@ -46,7 +46,7 @@ class SVL_DLLPUBLIC SvOutputStream: public SvStream
public:
SvOutputStream(css::uno::Reference< css::io::XOutputStream > const & rTheStream);
- virtual ~SvOutputStream();
+ virtual ~SvOutputStream() override;
};
#endif // INCLUDED_SVL_OUTSTRM_HXX