Skip to content

Commit

Permalink
Merge pull request #453 from jwillemsen/jwi-bitset
Browse files Browse the repository at this point in the history
Fix for implied DDS bitset support
  • Loading branch information
jwillemsen authored Dec 11, 2024
2 parents 24d9d91 + 615aae0 commit 134438e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ridlbe/ccmx11/facets/dds/templates/idl/dds/bitset.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bitset <%= unescaped_name %><% unless base.nil? %> : <%= base.unescaped_name %><
% e.annotations.each do |_a|
<%= _a.idl_stringified %>
% end
bitfield<<%= e.bits %>, <%= e.idltype.idltype_name %>><% unless e.name.empty? %> <%= e.name %><% end %>;
bitfield<<%= e.bits %>, <%= e.idltype_name %>><% unless e.name.empty? %> <%= e.name %><% end %>;
% end
};

0 comments on commit 134438e

Please sign in to comment.