Skip to content

Commit

Permalink
Update parameter_client.hpp
Browse files Browse the repository at this point in the history
Reorderd typenames in template
  • Loading branch information
alsora authored May 15, 2019
1 parent 09f872d commit 031dd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rclcpp/include/rclcpp/parameter_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ class AsyncParametersClient
*/
template<
typename CallbackT,
typename AllocatorT = std::allocator<void>
typename NodeT>
typename NodeT,
typename AllocatorT = std::allocator<void>>
static typename rclcpp::Subscription<rcl_interfaces::msg::ParameterEvent>::SharedPtr
on_parameter_event(
NodeT && node,
Expand Down

0 comments on commit 031dd7c

Please sign in to comment.