summaryrefslogtreecommitdiff
path: root/include/comphelper/scoped_disposing_ptr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/scoped_disposing_ptr.hxx')
-rw-r--r--include/comphelper/scoped_disposing_ptr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/scoped_disposing_ptr.hxx b/include/comphelper/scoped_disposing_ptr.hxx
index b029849b1dcd..033307b56de5 100644
--- a/include/comphelper/scoped_disposing_ptr.hxx
+++ b/include/comphelper/scoped_disposing_ptr.hxx
@@ -85,7 +85,7 @@ private:
}
}
- ~TerminateListener()
+ virtual ~TerminateListener()
{
if ( m_xComponent.is() )
{