From 7e3a2866275dc2097dc6e34dbfeee4665ebc7a8c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 7 Aug 2017 13:58:05 +0200 Subject: [PATCH] fix a -Wattributes --- libs/ardour/ardour/mac_vst_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/mac_vst_plugin.h b/libs/ardour/ardour/mac_vst_plugin.h index 4eb4e41300..fa05dff80f 100644 --- a/libs/ardour/ardour/mac_vst_plugin.h +++ b/libs/ardour/ardour/mac_vst_plugin.h @@ -22,7 +22,7 @@ #include "ardour/vst_plugin.h" -struct LIBARDOUR_API _VSTHandle; +struct _VSTHandle; typedef struct _VSTHandle VSTHandle; namespace ARDOUR {