Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't reparse parent elements when cloning. #1484

Merged
merged 10 commits into from
Dec 20, 2024
Prev Previous commit
Fix documentation
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Dec 20, 2024
commit d700b3557e8b67200484bf727fdb70555c66f587
1 change: 0 additions & 1 deletion include/sdf/Param.hh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ namespace sdf
/// This is meant for internal consumption when cloning elements.
/// \param[in] _parentElement Pointer to new parent Element. A nullptr can
/// be provided to remove the current parent Element.
/// \param[out] _errors Vector of errors.
/// \return True if the parent Element was set.
public: bool SetParentElementNoReparse(
ElementPtr _parentElement);
Expand Down
Loading