| 2084 | |
| 2085 | template<unsigned int majorVersion> |
| 2086 | ImageEffect* |
| 2087 | ShufflePluginFactory<majorVersion>::createInstance(OfxImageEffectHandle handle, |
| 2088 | ContextEnum context) |
| 2089 | { |
| 2090 | return new ShufflePlugin(handle, context, this->getMajorVersion()); |
| 2091 | } |
| 2092 | |
| 2093 | static ShufflePluginFactory<2> p2(kPluginIdentifier, 0); |
| 2094 | mRegisterPluginFactoryInstance(p2) |
nothing calls this directly
no outgoing calls
no test coverage detected