Skip to content

Commit

Permalink
Call get_type_hash_func
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
  • Loading branch information
emersonknapp committed Apr 2, 2023
1 parent ce5f683 commit b73bbbb
Showing 1 changed file with 1 addition and 1 deletion.
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_function(_type_support_fastrtps);
}

uint32_t type_serialized_size_max() const
Expand Down

0 comments on commit b73bbbb

Please sign in to comment.