Skip to content
Snippets Groups Projects
Unverified Commit b4af9d8f authored by Joseph Mirabel's avatar Joseph Mirabel Committed by GitHub
Browse files

Merge pull request #36 from florent-lamiraux/devel

In class Roadmap call parent implementation in init method
parents a585a89a f2846829
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