summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lxvst_plugin.h
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/ardour/lxvst_plugin.h
parent16aece1d47ad1c1137d68ab12989cbc94b112c0f (diff)
Fix tests.
git-svn-id: svn://localhost/ardour2/branches/3.0@10763 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/lxvst_plugin.h')
-rwxr-xr-xlibs/ardour/ardour/lxvst_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/lxvst_plugin.h b/libs/ardour/ardour/lxvst_plugin.h
index f47bb140aa..c22ba07f17 100755
--- a/libs/ardour/ardour/lxvst_plugin.h
+++ b/libs/ardour/ardour/lxvst_plugin.h
@@ -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;