From 031dd7c44662464e322d291c890f31d8e4737802 Mon Sep 17 00:00:00 2001 From: Alberto Soragna Date: Wed, 15 May 2019 16:07:50 +0100 Subject: [PATCH] Update parameter_client.hpp Reorderd typenames in template --- rclcpp/include/rclcpp/parameter_client.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,