From 0b54e827e886bb22d8dc6bf1c841f229c6753efe Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 8 Jan 2021 15:11:00 -0800 Subject: [PATCH 1/2] Added missing version namespace Signed-off-by: Nate Koenig --- include/ignition/gazebo/detail/EntityComponentManager.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/ignition/gazebo/detail/EntityComponentManager.hh b/include/ignition/gazebo/detail/EntityComponentManager.hh index 027baf355c..f5afb092c5 100644 --- a/include/ignition/gazebo/detail/EntityComponentManager.hh +++ b/include/ignition/gazebo/detail/EntityComponentManager.hh @@ -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 From f75efffc6a084f025f0a18fa157578346b9273f0 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Fri, 8 Jan 2021 15:15:22 -0800 Subject: [PATCH 2/2] Fix codecheck Signed-off-by: Nate Koenig --- include/ignition/gazebo/detail/EntityComponentManager.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ignition/gazebo/detail/EntityComponentManager.hh b/include/ignition/gazebo/detail/EntityComponentManager.hh index f5afb092c5..880dba745c 100644 --- a/include/ignition/gazebo/detail/EntityComponentManager.hh +++ b/include/ignition/gazebo/detail/EntityComponentManager.hh @@ -34,7 +34,6 @@ namespace gazebo { // Inline bracket to help doxygen filtering. inline namespace IGNITION_GAZEBO_VERSION_NAMESPACE { - ////////////////////////////////////////////////// namespace traits {