summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vst_plugin.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/vst_plugin.h
parent9b7c33096a93015281a04452c874576e1436c313 (diff)
remove a few more misplaced export macros
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 {