summaryrefslogtreecommitdiff
path: root/scripting/source/provider/BrowseNodeFactoryImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/provider/BrowseNodeFactoryImpl.cxx')
-rw-r--r--scripting/source/provider/BrowseNodeFactoryImpl.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripting/source/provider/BrowseNodeFactoryImpl.cxx b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
index b2df40e2426c..8c938e418da5 100644
--- a/scripting/source/provider/BrowseNodeFactoryImpl.cxx
+++ b/scripting/source/provider/BrowseNodeFactoryImpl.cxx
@@ -65,7 +65,7 @@ public:
m_Nodes[ 0 ] = node;
}
- ~BrowseNodeAggregator()
+ virtual ~BrowseNodeAggregator()
{
}
@@ -190,7 +190,7 @@ public:
m_origNode.set( node );
}
- ~LocationBrowseNode()
+ virtual ~LocationBrowseNode()
{
if (m_hBNA)
{
@@ -420,7 +420,7 @@ public:
}
}
- ~DefaultBrowseNode()
+ virtual ~DefaultBrowseNode()
{
if ( m_xAggProxy.is() )
{
@@ -552,7 +552,7 @@ public:
m_Name = "Root";
}
- ~DefaultRootBrowseNode()
+ virtual ~DefaultRootBrowseNode()
{
}
@@ -610,7 +610,7 @@ public:
{
}
- ~SelectorBrowseNode()
+ virtual ~SelectorBrowseNode()
{
}