Skip to content
Snippets Groups Projects
Unverified Commit f1a4ada3 authored by Xavier Robin's avatar Xavier Robin
Browse files

fix: copy ChainType and Description from view chains

parent f2037b6d
No related branches found
No related tags found
No related merge requests found
...@@ -295,7 +295,7 @@ public: ...@@ -295,7 +295,7 @@ public:
} }
virtual bool VisitChain(const ChainHandle& chain) virtual bool VisitChain(const ChainHandle& chain)
{ {
chain_=ent_->InsertChain(chain.GetName()); chain_=ent_->InsertChain(chain.GetName(), chain.Impl(), false);
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment