Skip to content

Commit 3e0c38e

Browse files
committed
fix
1 parent 1940085 commit 3e0c38e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ struct StrangenessInJets {
188188

189189
int enabled = 0;
190190
auto checkEnabled = [&](const std::string& particle) {
191-
if (enabledParticles->get(particle, "Enabled")) {
191+
if (enabledParticles->get(particle.c_str(), "Enabled")) {
192192
LOG(info) << particle << " are enabled";
193193
return 1;
194194
}

0 commit comments

Comments
 (0)