From 51e43ae5a7df65c2d0b7c1f2dcec22511cfb8a98 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Nov 2011 02:02:04 +0000 Subject: Fix tests. git-svn-id: svn://localhost/ardour2/branches/3.0@10761 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/test/dummy_lxvst.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/test') 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; } -- cgit v1.2.3