Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class RMW_Connext_MessageTypeSupport

const rosidl_type_hash_t & type_hash() const
{
return *_type_support_fastrtps->type_hash;
return *_type_support_fastrtps->get_type_hash_func(_type_support_fastrtps);
}

uint32_t type_serialized_size_max() const
Expand Down