Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
eeb4c60b
Commit
eeb4c60b
authored
Aug 28, 2019
by
Joseph Mirabel
Browse files
Add missing virtual destructor.
parent
7930d606
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/shape/geometric_shapes.h
View file @
eeb4c60b
...
...
@@ -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
;
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment