summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdetc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r--svx/source/svdraw/svdetc.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index 0cc3c018fbef..c561e82f5895 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -275,6 +275,7 @@ void ContainerSorter::ImpSubSort(long nL, long nR) const
class ImpUShortContainerSorter: public ContainerSorter {
public:
ImpUShortContainerSorter(Container& rNewCont): ContainerSorter(rNewCont) {}
+ virtual ~ImpUShortContainerSorter() {}
virtual int Compare(const void* pElem1, const void* pElem2) const;
};