Skip to content

Commit b0b242d

Browse files
pzhristovalibuild
andauthored
[PWGCF] Fix for Xcode 26.4 (#15596)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 7f60315 commit b0b242d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/Core/FemtoUniverseSelection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class FemtoUniverseSelection
101101
/// \param cutContainer Bit-wise container for the systematic variations
102102
/// \param counter Position in the bit-wise container for the systematic variations to be modified
103103
template <typename T>
104-
void checkSelectionSetBit(selValDataType observable, T& cutContainer, size_t& counter)
104+
void checkSelectionSetBit(selValDataType observable, T& cutContainer, std::size_t& counter)
105105
{
106106
/// If the selection is fulfilled the bit at the specified position (counter) within the bit-wise container is set to 1
107107
if (isSelected(observable)) {

0 commit comments

Comments
 (0)