Skip to content

Commit 0b744e6

Browse files
ktfironMann
authored andcommitted
Use std::byte
1 parent a0f84c9 commit 0b744e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/SubTimeFrameBuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ void TimeFrameBuilder::adaptHeaders(SubTimeFrame *pStf)
368368

369369
if (mDplEnabled) {
370370
auto lStack = Stack(
371-
reinterpret_cast<o2::byte*>(lHeader->GetData()),
371+
reinterpret_cast<std::byte*>(lHeader->GetData()),
372372
o2::framework::DataProcessingHeader{pStf->header().mId}
373373
);
374374

0 commit comments

Comments
 (0)