Add virtual destructor
This commit is contained in:
parent
9847bf3d13
commit
2c3d779459
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue