Skip to content
Snippets Groups Projects
Commit eeb4c60b authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

Add missing virtual destructor.

parent 7930d606
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ class ShapeBase : public CollisionGeometry
public:
ShapeBase() {}
virtual ~ShapeBase () {};
/// @brief Get object type: a geometric shape
OBJECT_TYPE getObjectType() const { return OT_GEOM; }
};
......
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