00001 #include "vplugin.h" 00002 #include "vpluginset.h" 00003 00004 VPluginSet::VPluginSet(EDL *edl, Track *track) : PluginSet(edl, track) 00005 { 00006 } 00007 00008 00009 VPluginSet::~VPluginSet() 00010 { 00011 } 00012 00013 00014 Plugin* VPluginSet::create_plugin() 00015 { 00016 return new VPlugin(edl, this); 00017 }
1.4.4