summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/vst_plugin.h')
-rw-r--r--libs/ardour/ardour/vst_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/vst_plugin.h b/libs/ardour/ardour/vst_plugin.h
index c6db001dd1..942f7192db 100644
--- a/libs/ardour/ardour/vst_plugin.h
+++ b/libs/ardour/ardour/vst_plugin.h
@@ -22,11 +22,11 @@
#include "ardour/plugin.h"
-struct LIBARDOUR_API _AEffect;
+struct _AEffect;
typedef struct _AEffect AEffect;
-struct LIBARDOUR_API _VSTHandle;
+struct _VSTHandle;
typedef struct _VSTHandle VSTHandle;
-struct LIBARDOUR_API _VSTState;
+struct _VSTState;
typedef struct _VSTState VSTState;
namespace ARDOUR {