Skip to content

Commit 3013126

Browse files
committed
Building for rolling was fixed.
Signed-off-by: olesya <[email protected]>
1 parent 9fd93a2 commit 3013126

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rclcpp/include/rclcpp/create_subscription.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ create_subscription(
119119
}
120120

121121
auto factory = rclcpp::create_subscription_factory<MessageT, CallbackT, AllocatorT,
122-
SubscriptionT, MessageMemoryStrategyT,
123-
ROSMessageType
122+
SubscriptionT, MessageMemoryStrategyT
124123
>(
125124
std::forward<CallbackT>(callback),
126125
options,

0 commit comments

Comments
 (0)