summaryrefslogtreecommitdiff
path: root/include/ucbhelper/std_inputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/std_inputstream.hxx')
-rw-r--r--include/ucbhelper/std_inputstream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ucbhelper/std_inputstream.hxx b/include/ucbhelper/std_inputstream.hxx
index 896a1c1c064e..bb30206e4ba6 100644
--- a/include/ucbhelper/std_inputstream.hxx
+++ b/include/ucbhelper/std_inputstream.hxx
@@ -36,7 +36,7 @@ namespace ucbhelper
StdInputStream( boost::shared_ptr< std::istream > pStream );
- ~StdInputStream();
+ virtual ~StdInputStream();
virtual css::uno::Any SAL_CALL queryInterface ( const css::uno::Type& rType )
throw ( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;