Skip to content

Commit

Permalink
Refs #20878. Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Sep 20, 2024
1 parent e605e07 commit 86b7fcb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ $endif$
get_type_identifier(type, name) ::= <<
$if (type.isAliasType)$
$get_type_identifier_registry(typename=type.scopedname, name=name)$
$elseif (type.isByteType)$
$get_type_identifier_registry(typename="_byte", name=name)$
$elseif (type.primitive && !type.isEnumType)$
$get_type_identifier_registry(typename=["_", type.cppTypenameForTypeId], name=name)$
$elseif (type.isStringType)$
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/dds-types-test
Submodule dds-types-test updated 1 files
+5 −0 IDL/arrays.idl
2 changes: 1 addition & 1 deletion thirdparty/idl-parser

0 comments on commit 86b7fcb

Please sign in to comment.