From 9b79c5f8b5e3af1207e716025eb951cdac51cbb5 Mon Sep 17 00:00:00 2001 From: ivanpauno Date: Tue, 16 Jul 2019 12:38:25 -0300 Subject: [PATCH] Add missing visibility macro Signed-off-by: ivanpauno --- rclcpp/include/rclcpp/node.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rclcpp/include/rclcpp/node.hpp b/rclcpp/include/rclcpp/node.hpp index 11e9011cb6..5fa8493ddb 100644 --- a/rclcpp/include/rclcpp/node.hpp +++ b/rclcpp/include/rclcpp/node.hpp @@ -981,6 +981,7 @@ class Node : public std::enable_shared_from_this * \throws std::runtime_error if the handler was not created with `add_on_set_parameters_callback`, * or if it has been removed before. */ + RCLCPP_PUBLIC void remove_on_set_parameters_callback(const OnSetParametersCallbackHandle * const handler);