Skip to content

Commit b1638dc

Browse files
committed
fix build server compilation error
1 parent 752fa43 commit b1638dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ ImageDisplay::ImageDisplay(std::unique_ptr<ROSImageTextureIface> texture)
8888
new rviz_common::properties::QosProfileProperty(this->topic_property_, rclcpp::QoS(5));
8989

9090
transport_override_property_ = new rviz_common::properties::EnumProperty(
91-
"Transport Override", "", "By default this display uses the topic name to determine the" +
92-
" image_transport type. If this is not possible, use this field to manually set the transport.",
91+
"Transport Override", "", QString("By default this display uses the topic name to ") +
92+
QString("determine the image_transport type. If this is not possible, use this ") +
93+
QString("field to manually set the transport."),
9394
this->topic_property_, SLOT(subscribe()), this
9495
);
9596

0 commit comments

Comments
 (0)