We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f3421 commit 895bd4cCopy full SHA for 895bd4c
rclcpp/include/rclcpp/parameter.hpp
@@ -39,7 +39,6 @@ class Parameter
39
Parameter(const std::string & name, const ParameterValue & value);
40
41
template<typename ValueTypeT>
42
- RCLCPP_PUBLIC
43
explicit Parameter(const std::string & name, ValueTypeT value)
44
: Parameter(name, ParameterValue(value))
45
{
0 commit comments