Removed unnecessary virtual-ness from the destructor.

This commit is contained in:
Kohei Yoshida 2011-04-29 20:54:25 -04:00
parent 954badde91
commit 9f00591e40

View file

@ -124,7 +124,7 @@ public:
bool operator== ( const ScDPCache& r ) const;
ScDPCache(ScDocument* pDoc);
virtual ~ScDPCache();
~ScDPCache();
private:
SCROW GetOrder( long nDim, SCROW nIndex ) const;