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

Added missing version namespace #541

Merged
merged 2 commits into from
Jan 11, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added missing version namespace
Signed-off-by: Nate Koenig <[email protected]>
Nate Koenig committed Jan 8, 2021
commit 0b54e827e886bb22d8dc6bf1c841f229c6753efe
4 changes: 4 additions & 0 deletions include/ignition/gazebo/detail/EntityComponentManager.hh
Original file line number Diff line number Diff line change
@@ -32,6 +32,9 @@ namespace ignition
{
namespace gazebo
{
// Inline bracket to help doxygen filtering.
inline namespace IGNITION_GAZEBO_VERSION_NAMESPACE {

//////////////////////////////////////////////////
namespace traits
{
@@ -547,5 +550,6 @@ bool EntityComponentManager::RemoveComponent(Entity _entity)
}
}
}
}

#endif