Skip to content

Commit

Permalink
Add missing visibility macro
Browse files Browse the repository at this point in the history
Signed-off-by: ivanpauno <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Jul 16, 2019
1 parent 1e96115 commit 9b79c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rclcpp/include/rclcpp/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,7 @@ class Node : public std::enable_shared_from_this<Node>
* \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);

Expand Down

0 comments on commit 9b79c5f

Please sign in to comment.