Skip to content
Snippets Groups Projects
Commit 6269923c authored by stefanulbrich's avatar stefanulbrich
Browse files

made getAllParents virtual in VirtualRobot::Node

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@281 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 69eab685
No related branches found
No related tags found
No related merge requests found
......@@ -221,7 +221,7 @@ public:
/*!
Find all robot nodes whose movements affect this RobotNode
*/
std::vector<RobotNodePtr> getAllParents( RobotNodeSetPtr rns );
virtual std::vector<RobotNodePtr> getAllParents( RobotNodeSetPtr rns );
//! Return parent node
virtual RobotNodePtr getParent();
......
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