Skip to content

Commit 5305044

Browse files
committed
pidTPCModule.h: Add const
1 parent e3ba242 commit 5305044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tools/PID/pidTPCModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class pidTPCModule
258258
pidTPCopts.skipTPCOnly.value = 1;
259259

260260
// loop over devices in this execution
261-
auto& workflows = context.services().template get<o2::framework::RunningWorkflowInfo const>();
261+
auto const& workflows = context.services().template get<o2::framework::RunningWorkflowInfo const>();
262262
for (o2::framework::DeviceSpec const& device : workflows.devices) {
263263
// Look for propagation service
264264
if (device.name.compare("propagation-service") == 0) {

0 commit comments

Comments
 (0)