Update callback signature
This commit is contained in:
parent
9f65b9dd59
commit
c5455beceb
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ struct AnySubscriptionCallback
|
|||
typename std::enable_if<
|
||||
std::is_same<
|
||||
typename function_traits<CallbackT>::template argument_type<1>,
|
||||
rmw_message_info_t
|
||||
const rmw_message_info_t &
|
||||
>::value
|
||||
>::type * = nullptr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue