Skip to content

Commit cec2523

Browse files
singhra1994vkucera
andauthored
added std while using size_t
Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
1 parent 595aa31 commit cec2523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ struct HfCorrelatorLcHadrons {
211211
Service<o2::framework::O2DatabasePDG> pdg;
212212
int leadingIndex = 0;
213213
bool correlationStatus = false;
214-
static constexpr size_t NDaughters{3u};
214+
static constexpr std::size_t NDaughters{3u};
215215
TRandom3* rnd = new TRandom3(0);
216216

217217
// Event Mixing for the Data Mode

0 commit comments

Comments
 (0)