Skip to content

Commit

Permalink
Fix sdformat deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Aug 8, 2023
1 parent cae3820 commit 53d2f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SdfEntityCreator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static Entity FindDescendentLinkEntityByName(const std::string &_name,
const Entity &_model,
const EntityComponentManager &_ecm)
{
auto ind = _name.find(sdf::kSdfScopeDelimiter);
auto ind = _name.find(sdf::kScopeDelimiter);
std::vector<Entity> candidates;
if (ind != std::string::npos)
{
Expand Down

0 comments on commit 53d2f65

Please sign in to comment.