summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/buffer_set.h')
-rw-r--r--libs/ardour/ardour/buffer_set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h
index f04e380ed3..617feae269 100644
--- a/libs/ardour/ardour/buffer_set.h
+++ b/libs/ardour/ardour/buffer_set.h
@@ -32,9 +32,9 @@
#if defined VST_SUPPORT || defined LXVST_SUPPORT
#include "evoral/MIDIEvent.hpp"
-struct LIBARDOUR_API _VstEvents;
+struct _VstEvents;
typedef struct _VstEvents VstEvents;
-struct LIBARDOUR_API _VstMidiEvent;
+struct _VstMidiEvent;
typedef struct _VstMidiEvent VstMidiEvent;
#endif