diff --git a/Common/TableProducer/PID/pidTPCBase.cxx b/Common/TableProducer/PID/pidTPCBase.cxx index e28f4a55b4d..1f9ef4278fc 100644 --- a/Common/TableProducer/PID/pidTPCBase.cxx +++ b/Common/TableProducer/PID/pidTPCBase.cxx @@ -171,7 +171,7 @@ struct DeDxCorrection { } PROCESS_SWITCH(DeDxCorrection, processRun3, "dEdx correction process", false); - void processDummy(ColEvSels const&) {} + void processDummy(aod::Collisions const&) {} PROCESS_SWITCH(DeDxCorrection, processDummy, "Do nothing", true); };