Fix test build.

git-svn-id: svn://localhost/ardour2/branches/3.0@10665 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-18 00:04:44 +00:00
parent aef4f9fb07
commit b4f618821e

View file

@ -31,3 +31,9 @@ vstfx_unload (VSTFXHandle* fhandle)
{ {
return -1; return -1;
} }
void
vstfx_destroy_editor (VSTFX *)
{
}