diff options
Diffstat (limited to 'sc/inc/dpcache.hxx')
-rw-r--r-- | sc/inc/dpcache.hxx | 1 |
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: |