We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be1e98 commit fe8bf72Copy full SHA for fe8bf72
nav2_rviz_plugins/include/nav2_rviz_plugins/goal_tool.hpp
@@ -20,7 +20,6 @@
20
#include <memory>
21
22
#include "rviz_default_plugins/tools/pose/pose_tool.hpp"
23
-#include "rviz_default_plugins/visibility_control.hpp"
24
25
namespace rviz_common
26
{
@@ -36,7 +35,7 @@ class StringProperty;
36
35
namespace nav2_rviz_plugins
37
38
39
-class RVIZ_DEFAULT_PLUGINS_PUBLIC GoalTool : public rviz_default_plugins::tools::PoseTool
+class GoalTool : public rviz_default_plugins::tools::PoseTool
40
41
Q_OBJECT
42
0 commit comments