diff --git a/rclcpp/include/rclcpp/parameter_client.hpp b/rclcpp/include/rclcpp/parameter_client.hpp index 7b6e5a8325..2dcb2903bb 100644 --- a/rclcpp/include/rclcpp/parameter_client.hpp +++ b/rclcpp/include/rclcpp/parameter_client.hpp @@ -135,8 +135,8 @@ class AsyncParametersClient */ template< typename CallbackT, - typename AllocatorT = std::allocator - typename NodeT> + typename NodeT, + typename AllocatorT = std::allocator> static typename rclcpp::Subscription::SharedPtr on_parameter_event( NodeT && node,