From cd39852476d68fc5f014dab0b2e5241eee41aa65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20L=C3=B3pez=20Fern=C3=A1ndez?= Date: Fri, 8 Oct 2021 09:35:32 +0200 Subject: [PATCH] Refs #12629: Fixed tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan López Fernández --- .../RTPSMessageGroup/fastdds/rtps/messages/RTPSMessageGroup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/mock/rtps/RTPSMessageGroup/fastdds/rtps/messages/RTPSMessageGroup.h b/test/mock/rtps/RTPSMessageGroup/fastdds/rtps/messages/RTPSMessageGroup.h index dc245b409ad..2cfa91dce52 100644 --- a/test/mock/rtps/RTPSMessageGroup/fastdds/rtps/messages/RTPSMessageGroup.h +++ b/test/mock/rtps/RTPSMessageGroup/fastdds/rtps/messages/RTPSMessageGroup.h @@ -35,7 +35,8 @@ class RTPSMessageGroup public: RTPSMessageGroup( - RTPSParticipantImpl*) + RTPSParticipantImpl*, + bool) { }