Kaydet (Commit) c439fad7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: class has virtual functions and accessible non-virtual destructor

Change-Id: I0fdc966a1dab68fb642ab581ad3f4eb6762363e0
üst dd7ddfc3
...@@ -108,6 +108,7 @@ public: ...@@ -108,6 +108,7 @@ public:
virtual bool next() = 0; virtual bool next() = 0;
virtual void finish() = 0; virtual void finish() = 0;
virtual void getValue(long nCol, ScDPItemData& rData, short& rNumType) const = 0; virtual void getValue(long nCol, ScDPItemData& rData, short& rNumType) const = 0;
virtual ~DBConnector() { };
}; };
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment