Skip to content

Commit edd365e

Browse files
Fix SetROS2TopicVisibilityDefaultEnabled parameter
1 parent 0729cd1 commit edd365e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibCarla/source/carla/streaming/detail/Dispatcher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ namespace detail {
4343

4444
token_type GetToken(stream_id_type stream_id);
4545

46-
void SetROS2TopicVisibilityDefaultEnabled(bool _topic_visibility_default_enabled) {
47-
_topic_visibility_default_enabled = _topic_visibility_default_enabled;
46+
void SetROS2TopicVisibilityDefaultEnabled(bool topic_visibility_default_enabled) {
47+
_topic_visibility_default_enabled = topic_visibility_default_enabled;
4848
}
4949

5050
void EnableForROS(stream_actor_id_type stream_actor_id) {

0 commit comments

Comments
 (0)