Skip to content

Commit

Permalink
Refs #11831. Fix compilation error after apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Jul 16, 2021
1 parent 29f5127 commit 5aad481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/rtps/messages/RTPSMessageGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ RTPSMessageGroup::RTPSMessageGroup(
endpoint_ = endpoint;
sender_ = msg_sender;
max_blocking_time_point_ = max_blocking_time_point;
max_blocking_time_is_set = true;
max_blocking_time_is_set_ = true;
}

RTPSMessageGroup::~RTPSMessageGroup() noexcept(false)
Expand Down

0 comments on commit 5aad481

Please sign in to comment.