summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/buffer_set.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-17 10:51:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-17 10:51:30 -0400
commit92b9fea3d16c3b40bba79858ef346b9f1cd58f8a (patch)
treef8caa60298210208dc490d4ce193998cb1ea7382 /libs/ardour/ardour/buffer_set.h
parent9b7c33096a93015281a04452c874576e1436c313 (diff)
remove a few more misplaced export macros
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