Forgotten file from ye olde general plugin type fix

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6534 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sampo Savolainen 2010-01-21 21:18:46 +00:00
parent 345f7c739b
commit f552628e04

View file

@ -534,3 +534,8 @@ VSTPluginInfo::load (Session& session)
return PluginPtr ((Plugin*) 0);
}
}
VSTPluginInfo::VSTPluginInfo()
{
type = ARDOUR::VST;
}