summaryrefslogtreecommitdiff
path: root/sc/inc/dpcachetable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpcachetable.hxx')
-rw-r--r--sc/inc/dpcachetable.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx
index 88451ed748a2..4817b36e43c7 100644
--- a/sc/inc/dpcachetable.hxx
+++ b/sc/inc/dpcachetable.hxx
@@ -58,7 +58,7 @@ class ScDocument;
class ScRange;
class ScDPDimension;
class ScDPCollection;
-class ScDPCacheCell;
+struct ScDPCacheCell;
struct ScDPItemData;
class Date;
@@ -102,6 +102,7 @@ public:
public:
explicit SingleFilter(ScSimpleSharedString& rSharedString,
sal_Int32 nMatchStrId, double fValue, bool bHasValue);
+ virtual ~SingleFilter(){}
virtual bool match(const ScDPCacheCell& rCell) const;