Skip to content

Commit c1ce5c5

Browse files
clalancetteAlberto Soragna
authored andcommitted
Use the correct macro for LifecycleNode::get_fully_qualified_name (ros2#2117)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent b160ef2 commit c1ce5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp_lifecycle/include/rclcpp_lifecycle/lifecycle_node.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class LifecycleNode : public node_interfaces::LifecycleNodeInterface,
175175
* The fully-qualified name includes the local namespace and name of the node.
176176
* \return fully-qualified name of the node.
177177
*/
178-
RCLCPP_PUBLIC
178+
RCLCPP_LIFECYCLE_PUBLIC
179179
const char *
180180
get_fully_qualified_name() const;
181181

0 commit comments

Comments
 (0)