From 24d2b5ec9200bf46ccb42528560de4a02b7be516 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Oct 2013 10:02:11 -0400 Subject: add export visibility macros across libardour --- libs/ardour/ardour/buffer_set.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/buffer_set.h') diff --git a/libs/ardour/ardour/buffer_set.h b/libs/ardour/ardour/buffer_set.h index 26d47682af..f04e380ed3 100644 --- a/libs/ardour/ardour/buffer_set.h +++ b/libs/ardour/ardour/buffer_set.h @@ -27,13 +27,14 @@ #include #include "ardour/chan_count.h" #include "ardour/data_type.h" +#include "ardour/libardour_visibility.h" #include "ardour/types.h" #if defined VST_SUPPORT || defined LXVST_SUPPORT #include "evoral/MIDIEvent.hpp" -struct _VstEvents; +struct LIBARDOUR_API _VstEvents; typedef struct _VstEvents VstEvents; -struct _VstMidiEvent; +struct LIBARDOUR_API _VstMidiEvent; typedef struct _VstMidiEvent VstMidiEvent; #endif @@ -61,7 +62,7 @@ class PortSet; * others the form of their output (eg what they did to the BufferSet). * Setting the use counts is realtime safe. */ -class BufferSet +class LIBARDOUR_API BufferSet { public: BufferSet(); -- cgit v1.2.3