Skip to content

Commit 895bd4c

Browse files
committed
Remove RCLCPP_PUBLIC before definition
1 parent 69f3421 commit 895bd4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rclcpp/include/rclcpp/parameter.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class Parameter
3939
Parameter(const std::string & name, const ParameterValue & value);
4040

4141
template<typename ValueTypeT>
42-
RCLCPP_PUBLIC
4342
explicit Parameter(const std::string & name, ValueTypeT value)
4443
: Parameter(name, ParameterValue(value))
4544
{

0 commit comments

Comments
 (0)