summaryrefslogtreecommitdiff
path: root/libs/ardour/test
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/test')
-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 ddc60ee56d..f051fc936a 100644
--- a/libs/ardour/test/dummy_lxvst.cc
+++ b/libs/ardour/test/dummy_lxvst.cc
@@ -9,7 +9,7 @@ vstfx_init (void* ptr)
}
VSTFX *
-vstfx_instantiate (VSTFXHandle* fhandle, audioMasterCallback amc, void* userptr)
+vstfx_instantiate (VSTHandle* fhandle, audioMasterCallback amc, void* userptr)
{
return 0;
}
@@ -20,14 +20,14 @@ vstfx_close (VSTFX* vstfx)
}
-VSTFXHandle *
+VSTHandle *
vstfx_load (const char *path)
{
return 0;
}
int
-vstfx_unload (VSTFXHandle* fhandle)
+vstfx_unload (VSTHandle* fhandle)
{
return -1;
}