summaryrefslogtreecommitdiff
path: root/include/tools/pstm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/pstm.hxx')
-rw-r--r--include/tools/pstm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/pstm.hxx b/include/tools/pstm.hxx
index f11a021afa3a..adfa1fb77510 100644
--- a/include/tools/pstm.hxx
+++ b/include/tools/pstm.hxx
@@ -211,7 +211,7 @@ public:
SvPersistStream( SvClassManager &, SvStream * pStream,
sal_uInt32 nStartIdx = 1 );
- ~SvPersistStream();
+ virtual ~SvPersistStream();
void SetStream( SvStream * pStream );
SvStream * GetStream() const { return pStm; }