mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix a -Wattributes
This commit is contained in:
parent
4994bc4fb1
commit
7e3a286627
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "ardour/vst_plugin.h"
|
#include "ardour/vst_plugin.h"
|
||||||
|
|
||||||
struct LIBARDOUR_API _VSTHandle;
|
struct _VSTHandle;
|
||||||
typedef struct _VSTHandle VSTHandle;
|
typedef struct _VSTHandle VSTHandle;
|
||||||
|
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue