summaryrefslogtreecommitdiff
path: root/include/unotools/confignode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/confignode.hxx')
-rw-r--r--include/unotools/confignode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx
index d269ecbb6b26..435c27d1cb00 100644
--- a/include/unotools/confignode.hxx
+++ b/include/unotools/confignode.hxx
@@ -85,7 +85,7 @@ namespace utl
const OConfigurationNode& operator=(const OConfigurationNode& _rSource);
/// dtor
- ~OConfigurationNode() {}
+ virtual ~OConfigurationNode() {}
/// returns the local name of the node
OUString getLocalName() const;