| 1094 | |
| 1095 | template<unsigned int majorVersion> |
| 1096 | ImageEffect* |
| 1097 | ReformatPluginFactory<majorVersion>::createInstance(OfxImageEffectHandle handle, |
| 1098 | ContextEnum /*context*/) |
| 1099 | { |
| 1100 | return new ReformatPlugin(handle); |
| 1101 | } |
| 1102 | |
| 1103 | static ReformatPluginFactory<kPluginVersionMajor> p(kPluginIdentifier, kPluginVersionMinor); |
| 1104 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected