Skip to content

Commit fe8bf72

Browse files
authored
Remove RVIZ_DEFAULT_PLUGINS_PUBLIC macro from nav2 rviz plugin (#4868)
Signed-off-by: Silvio Traversaro <silvio@traversaro.it>
1 parent 9be1e98 commit fe8bf72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nav2_rviz_plugins/include/nav2_rviz_plugins/goal_tool.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <memory>
2121

2222
#include "rviz_default_plugins/tools/pose/pose_tool.hpp"
23-
#include "rviz_default_plugins/visibility_control.hpp"
2423

2524
namespace rviz_common
2625
{
@@ -36,7 +35,7 @@ class StringProperty;
3635
namespace nav2_rviz_plugins
3736
{
3837

39-
class RVIZ_DEFAULT_PLUGINS_PUBLIC GoalTool : public rviz_default_plugins::tools::PoseTool
38+
class GoalTool : public rviz_default_plugins::tools::PoseTool
4039
{
4140
Q_OBJECT
4241

0 commit comments

Comments
 (0)