Skip to content
Snippets Groups Projects
Commit 6e919734 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added copy constructor for CDManager

parent 489c61cd
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ namespace VirtualRobot
public:
//! if pColChecker is not set, the global collision checker is used
CDManager(CollisionCheckerPtr colChecker = CollisionCheckerPtr());
CDManager(const CDManager&) = default;
virtual ~CDManager();
......
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