Skip to content

Commit ad4813f

Browse files
authored
Add RVIZ_COMMON_PUBLIC macro to ToolManager (#1323)
Signed-off-by: Silvio Traversaro <[email protected]>
1 parent 2f82645 commit ad4813f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rviz_common/include/rviz_common/tool_manager.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
#include "rviz_common/factory/pluginlib_factory.hpp"
4444
#include "rviz_common/tool.hpp"
45+
#include "rviz_common/visibility_control.hpp"
4546

4647
class QKeyEvent;
4748

@@ -55,7 +56,7 @@ class PropertyTreeModel;
5556

5657
} // namespace properties
5758

58-
class ToolManager : public QObject
59+
class RVIZ_COMMON_PUBLIC ToolManager : public QObject
5960
{
6061
Q_OBJECT
6162

0 commit comments

Comments
 (0)