Skip to content

Commit 223c908

Browse files
committed
Refs #21128: Fix build
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 329eb2a commit 223c908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/DDSCodeTester.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6975,7 +6975,7 @@ class LoanableHelloWorldPubSubType : public eprosima::fastdds::dds::TopicDataTyp
69756975
return true;
69766976
}
69776977

6978-
MD5 m_md5;
6978+
eprosima::fastdds::MD5 m_md5;
69796979
unsigned char* m_keyBuffer;
69806980
};
69816981

0 commit comments

Comments
 (0)