Skip to content

Commit 2d0c3f6

Browse files
committed
Fix for mac compile test
1 parent c898fc6 commit 2d0c3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Tasks/correlations.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ struct CorrelationTask {
930930
void processMixedDerivedT(CollType const& collisions, TrackTypes&&... tracks)
931931
{
932932
auto getMultiplicity =
933-
[&collisions, this](auto& col) {
933+
[](auto& col) {
934934
if constexpr (std::experimental::is_detected<HasMultSet, CollType>::value) {
935935
if (!passOutlier(col))
936936
return -1.0f;

0 commit comments

Comments
 (0)