We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d15428 commit ffd67acCopy full SHA for ffd67ac
FWCore/Framework/src/ScheduleBuilder.cc
@@ -563,8 +563,8 @@ namespace edm {
563
oAllConditionalModules);
564
}
565
566
- static const std::string kFilterType("EDFilter");
567
- static const std::string kProducerType("EDProducer");
+ const std::string kFilterType("EDFilter");
+ const std::string kProducerType("EDProducer");
568
569
} // namespace
570
ScheduleBuilder::ScheduleBuilder(ModuleRegistry& iModuleRegistry,
0 commit comments