summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortresult.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortresult.hxx')
-rw-r--r--ucb/source/sorter/sortresult.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortresult.hxx b/ucb/source/sorter/sortresult.hxx
index 866e708c2792..61b99d799744 100644
--- a/ucb/source/sorter/sortresult.hxx
+++ b/ucb/source/sorter/sortresult.hxx
@@ -165,7 +165,7 @@ private:
public:
SortedResultSet( css::uno::Reference< css::sdbc::XResultSet > aResult );
- ~SortedResultSet();
+ virtual ~SortedResultSet();
const SortedEntryList* GetS2OList() const { return &maS2O; }
const SimpleList* GetO2SList() const { return &maO2S; }