From: Robin Gareus Date: Mon, 7 Aug 2017 11:58:05 +0000 (+0200) Subject: fix a -Wattributes X-Git-Tag: 5.11~61 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=7e3a2866275dc2097dc6e34dbfeee4665ebc7a8c;p=ardour.git fix a -Wattributes --- 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 {