Skip to content

Commit

Permalink
Avoid name clashes when instantiating plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Jul 31, 2023
1 parent 2bccf0a commit e2698df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/PluginManager/interface/PluginFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ namespace edmplugin {
static const factory::PMaker<type> EDM_PLUGIN_SYM(s_maker, __LINE__)(name)

#define DEFINE_EDM_PLUGIN2(factory, type, name) \
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 comments on commit e2698df

Please sign in to comment.