Skip to content

Commit c98a415

Browse files
committed
Small change to compile on Ubuntu 22.04
1 parent 19ad274 commit c98a415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/FIT/raw/include/FITRaw/DigitBlockFIT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class DigitBlockFIT : public DigitBlockBase<DigitType, ChannelDataType>
192192
// Preparing map of global Topo(related to PM module) to DataBlockPMs
193193
for (const auto& entry : mapTopo2SortedCh) {
194194
auto pairInserted = mapResult.insert({LookupTable_t::makeGlobalTopo(entry.first), {}});
195-
auto& refDataBlock = pairInserted.first->second;
195+
DataBlockType& refDataBlock = pairInserted.first->second;
196196
if (pairInserted.second) {
197197
// Header preparation
198198
refDataBlock.HeaderPM::mData[0].setIntRec(DigitBlockFIThelper::GetIntRecord(DigitBlockBase_t::mDigit));

0 commit comments

Comments
 (0)