Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez committed Apr 23, 2024
1 parent fd1b4d6 commit d55a370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ traits<DynamicTypeBuilder>::ref_type DynamicTypeBuilderFactoryImpl::create_struc
type_descriptor.extensibility_kind(struct_type.struct_flags() & xtypes::IS_FINAL ? ExtensibilityKind::FINAL :
(struct_type.struct_flags() &
xtypes::IS_MUTABLE ? ExtensibilityKind::MUTABLE : ExtensibilityKind::APPENDABLE));
bool inheritance_correct = true;
bool inheritance_correct {true};
if (xtypes::TK_NONE != struct_type.header().base_type()._d())
{
traits<DynamicType>::ref_type base_type = base_type_from_type_identifier(struct_type.header().base_type());
Expand Down

0 comments on commit d55a370

Please sign in to comment.