Skip to content

Commit

Permalink
[SofaGuiQt] Use opaque API instead (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Mar 15, 2021
1 parent 589b529 commit 039bb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/SofaGuiQt/src/sofa/gui/qt/ModifyObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ void ModifyObject::updateValues()
{
obj->reinit();
}
else if (simulation::Node *n = sofa::simulation::node::getNodeFrom(basenode)) n->reinit(sofa::core::ExecParams::defaultInstance());
else if (simulation::Node *n = sofa::simulation::node::getNodeFrom(basenode)) n->reinit(sofa::core::execparams::defaultInstance());
}

}
Expand Down

0 comments on commit 039bb03

Please sign in to comment.