mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 04:15:46 +01:00
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:
parent
345f7c739b
commit
f552628e04
1 changed files with 5 additions and 0 deletions
|
|
@ -534,3 +534,8 @@ VSTPluginInfo::load (Session& session)
|
|||
return PluginPtr ((Plugin*) 0);
|
||||
}
|
||||
}
|
||||
|
||||
VSTPluginInfo::VSTPluginInfo()
|
||||
{
|
||||
type = ARDOUR::VST;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue