Skip to content

Commit e2698df

Browse files
committed
Avoid name clashes when instantiating plugins
1 parent 2bccf0a commit e2698df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FWCore/PluginManager/interface/PluginFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ namespace edmplugin {
124124
static const factory::PMaker<type> EDM_PLUGIN_SYM(s_maker, __LINE__)(name)
125125

126126
#define DEFINE_EDM_PLUGIN2(factory, type, name) \
127-
static const factory::PMaker<type> EDM_PLUGIN_SYM(s_maker2, __LINE__)(name)
127+
static const factory::PMaker<type> EDM_PLUGIN_SYM(s_maker2_, __LINE__)(name)

0 commit comments

Comments
 (0)