Skip to content

Commit 05a7d09

Browse files
committed
fixup! update
1 parent e75ff67 commit 05a7d09

File tree

1 file changed

+1
-1
lines changed
  • Framework/Core/include/Framework

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ struct PresliceBase : public Policy {
14191419
const std::string binding;
14201420

14211421
PresliceBase(expressions::BindingNode index_)
1422-
: Policy{PreslicePolicyBase{{o2::soa::getLabelFromTypeForKey<T, OPT>(std::string{index_.name})}, std::make_pair(binding, std::string{index_.name})}, {}}
1422+
: Policy{PreslicePolicyBase{{o2::soa::getLabelFromTypeForKey<T, OPT>(std::string{index_.name})}, std::make_pair(o2::soa::getLabelFromTypeForKey<T, OPT>(std::string{index_.name}), std::string{index_.name})}, {}}
14231423
{
14241424
}
14251425

0 commit comments

Comments
 (0)