Fix tests.
authorCarl Hetherington <carl@carlh.net>
Tue, 22 Nov 2011 02:29:44 +0000 (02:29 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 22 Nov 2011 02:29:44 +0000 (02:29 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10763 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/lxvst_plugin.h
libs/ardour/test/dummy_lxvst.cc

index f47bb140aa7846afc9a42deaec646873fd6db528..c22ba07f1789084fb23972f6495eea72b01147e0 100755 (executable)
@@ -31,9 +31,9 @@
 #include "ardour/plugin.h"
 
 struct _VSTHandle;
-struct _VSTFX;
+struct _VSTState;
 typedef struct _VSTHandle VSTHandle;
-typedef struct _VSTFX VSTFX;
+typedef struct _VSTState VSTState;
 struct _AEffect;
 typedef struct _AEffect AEffect;
 
index f051fc936aa05cac56da67c97d119339a51676a5..1c8b63e4662072bbb387a87ecd9e00f0b359ee60 100644 (file)
@@ -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 *)
 {
 
 }