summaryrefslogtreecommitdiff
path: root/libs/ardour/test/dummy_lxvst.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-22 02:29:44 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-22 02:29:44 +0000
commit7c5fbe70603b0ef554ae6986859a881317fc9073 (patch)
tree7ca8410407303459cf475ae3bc4a65252a9fd340 /libs/ardour/test/dummy_lxvst.cc
parent16aece1d47ad1c1137d68ab12989cbc94b112c0f (diff)
Fix tests.
git-svn-id: svn://localhost/ardour2/branches/3.0@10763 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/test/dummy_lxvst.cc')
-rw-r--r--libs/ardour/test/dummy_lxvst.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/test/dummy_lxvst.cc b/libs/ardour/test/dummy_lxvst.cc
index f051fc936a..1c8b63e466 100644
--- a/libs/ardour/test/dummy_lxvst.cc
+++ b/libs/ardour/test/dummy_lxvst.cc
@@ -8,14 +8,14 @@ vstfx_init (void* ptr)
return 0;
}
-VSTFX *
+VSTState *
vstfx_instantiate (VSTHandle* fhandle, audioMasterCallback amc, void* userptr)
{
return 0;
}
void
-vstfx_close (VSTFX* vstfx)
+vstfx_close (VSTState* vstfx)
{
}
@@ -33,7 +33,7 @@ vstfx_unload (VSTHandle* fhandle)
}
void
-vstfx_destroy_editor (VSTFX *)
+vstfx_destroy_editor (VSTState *)
{
}