Skip to content

Commit ca64b75

Browse files
author
Chen Lihui
committed
to support reset content filtered topic with empty string.
remove constness for rmw_subscription because is_cft_supported might be updated Signed-off-by: Chen Lihui <[email protected]>
1 parent 51b00cd commit ca64b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmw_implementation/src/functions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ RMW_INTERFACE_FN(
364364
RMW_INTERFACE_FN(
365365
rmw_subscription_set_cft_expression_parameters,
366366
rmw_ret_t, RMW_RET_ERROR,
367-
3, ARG_TYPES(const rmw_subscription_t *, const char *, const rcutils_string_array_t *))
367+
3, ARG_TYPES(rmw_subscription_t *, const char *, const rcutils_string_array_t *))
368368

369369
RMW_INTERFACE_FN(
370370
rmw_subscription_get_cft_expression_parameters,

0 commit comments

Comments
 (0)