Skip to content

Commit

Permalink
Fixing some builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Nov 23, 2024
1 parent 4c3e50b commit 9d9cd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/comms/protocol/MsgDataLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class MsgDataLayer
/// readFieldsCached() member function.
/// If not specified using @ref comms::option::def::FieldType option then
/// a variant of @b comms::field::ArrayList for @b std::uint8_t is used.
using Field = ParsedOptionsInternal::FieldType;
using Field = typename ParsedOptionsInternal::FieldType;

/// @brief All fields of the remaining transport layers, contains only @ref Field.
using AllFields = std::tuple<Field>;
Expand Down

0 comments on commit 9d9cd7f

Please sign in to comment.