summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-08-23 10:40:27 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-08-23 10:40:27 +0300
commitc439fad7d6802ae6df8b91ffaf964f083a6d7eea (patch)
treed672192948d2729fff63d12dad686a1406965aa4 /sc
parentdd7ddfc34e62b8f6351d970fdac2ef631b5175c2 (diff)
WaE: class has virtual functions and accessible non-virtual destructor
Change-Id: I0fdc966a1dab68fb642ab581ad3f4eb6762363e0
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/dpcache.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx
index d68f3482de0c..7f996e077b91 100644
--- a/sc/inc/dpcache.hxx
+++ b/sc/inc/dpcache.hxx
@@ -108,6 +108,7 @@ public:
virtual bool next() = 0;
virtual void finish() = 0;
virtual void getValue(long nCol, ScDPItemData& rData, short& rNumType) const = 0;
+ virtual ~DBConnector() { };
};
private: