Removed unnecessary virtual-ness from the destructor.
This commit is contained in:
parent
954badde91
commit
9f00591e40
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue