Skip to content

Commit b9a23bc

Browse files
Update ros_topic.h to silence warning
To ensure compilation on UE5.3.2 on Ubuntu 20.04, the code has been updated.
1 parent 93522f7 commit b9a23bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ROSIntegration/Private/rosbridge2cpp/ros_topic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ namespace rosbridge2cpp{
2323
: ros_(ros)
2424
, topic_name_(topic_name)
2525
, message_type_(message_type)
26-
, queue_size_(queue_size)
2726
, latch_(latch)
27+
, queue_size_(queue_size)
2828
{
2929
}
3030

0 commit comments

Comments
 (0)