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

Add virtual destructor for BodyTreeItem

parent cac5020c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ namespace gepetto {
void setParentGroup (const std::string& parent);
virtual ~BodyTreeItem() {};
public:
void attachToWindow (unsigned int windowID);
......
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