Skip to content

Commit

Permalink
Use the correct macro for LifecycleNode::get_fully_qualified_name (#2117
Browse files Browse the repository at this point in the history
)

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Mar 6, 2023
1 parent 1a9b117 commit dbe555a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class LifecycleNode : public node_interfaces::LifecycleNodeInterface,
* The fully-qualified name includes the local namespace and name of the node.
* \return fully-qualified name of the node.
*/
RCLCPP_PUBLIC
RCLCPP_LIFECYCLE_PUBLIC
const char *
get_fully_qualified_name() const;

Expand Down

0 comments on commit dbe555a

Please sign in to comment.