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 2bccf0a commit e2698dfCopy full SHA for e2698df
FWCore/PluginManager/interface/PluginFactory.h
@@ -124,4 +124,4 @@ namespace edmplugin {
124
static const factory::PMaker<type> EDM_PLUGIN_SYM(s_maker, __LINE__)(name)
125
126
#define DEFINE_EDM_PLUGIN2(factory, type, name) \
127
- static const factory::PMaker<type> EDM_PLUGIN_SYM(s_maker2, __LINE__)(name)
+ static const factory::PMaker<type> EDM_PLUGIN_SYM(s_maker2_, __LINE__)(name)
0 commit comments