Skip to content
Snippets Groups Projects
Commit f2846829 authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Florent Lamiraux florent@laas.fr
Browse files

In class Roadmap call parent implementation in init method

  - parent implementation initializes weak_ member.
parent a585a89a
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ namespace hpp { ...@@ -84,6 +84,7 @@ namespace hpp {
void init (const RoadmapPtr_t& shPtr) void init (const RoadmapPtr_t& shPtr)
{ {
Parent::init (shPtr);
weak_ = shPtr; weak_ = shPtr;
} }
......
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