Skip to content
Snippets Groups Projects
Commit 17a866de authored by Arne Morten Kvarving's avatar Arne Morten Kvarving Committed by Markus Blatt
Browse files

Adds virtual destructor to allow subclasses to sanely deconstruct themselves.

parent 7fc564cb
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,9 @@ public:
/** @brief Clone the current object. */
virtual LevelTransferPolicy* clone() const =0;
/** @brief Destructor. */
virtual ~LevelTransferPolicy(){}
protected:
/** @brief The coarse level rhs. */
CoarseRangeType rhs_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment