Skip to content

Commit

Permalink
Remove RVIZ_DEFAULT_PLUGINS_PUBLIC macro from nav2 rviz plugin (#4868)
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Traversaro <[email protected]>
  • Loading branch information
traversaro authored Jan 21, 2025
1 parent 9be1e98 commit fe8bf72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nav2_rviz_plugins/include/nav2_rviz_plugins/goal_tool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <memory>

#include "rviz_default_plugins/tools/pose/pose_tool.hpp"
#include "rviz_default_plugins/visibility_control.hpp"

namespace rviz_common
{
Expand All @@ -36,7 +35,7 @@ class StringProperty;
namespace nav2_rviz_plugins
{

class RVIZ_DEFAULT_PLUGINS_PUBLIC GoalTool : public rviz_default_plugins::tools::PoseTool
class GoalTool : public rviz_default_plugins::tools::PoseTool
{
Q_OBJECT

Expand Down

0 comments on commit fe8bf72

Please sign in to comment.