summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-22 01:28:27 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-22 01:28:27 +0000
commitd98b2b6039f4733bc264046810d56c5b56ddb288 (patch)
tree07fab2d23ab6a708b96d0a570391ee22be3edf65 /libs/ardour/ardour/buffer_set.h
parentac647e5fec542ad8b38d0a3080e9d0cf4c1a4bbd (diff)
Use same aeffectx.h for windows and linux VSTs.
git-svn-id: svn://localhost/ardour2/branches/3.0@10757 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/buffer_set.h')
-rw-r--r--libs/ardour/ardour/buffer_set.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h
index 5b0234de46..b64cdb7b60 100644
--- a/libs/ardour/ardour/buffer_set.h
+++ b/libs/ardour/ardour/buffer_set.h
@@ -31,8 +31,10 @@
#if defined VST_SUPPORT || defined LXVST_SUPPORT
#include "evoral/MIDIEvent.hpp"
-struct VstEvents;
-struct VstMidiEvent;
+struct _VstEvents;
+typedef struct _VstEvents VstEvents;
+struct _VstMidiEvent;
+typedef struct _VstMidiEvent VstMidiEvent;
#endif
namespace ARDOUR {