1
0
Fork 0

Add virtual destructor

This commit is contained in:
Torsten Dreyer 2014-03-23 21:17:54 +01:00
parent 9847bf3d13
commit 2c3d779459

View file

@ -153,6 +153,7 @@ namespace Octree
virtual void visitForLines(const SGVec3d& aPos, double aCutoff,
PolyLineList& aLines,
FindLinesDeque& aQ) const = 0;
virtual ~Node() {}
protected:
Node(const SGBoxd &aBox, int64_t aIdent) :
_ident(aIdent),