summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lxvst_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/lxvst_plugin.h
parent9b7c33096a93015281a04452c874576e1436c313 (diff)
remove a few more misplaced export macros
Diffstat (limited to 'libs/ardour/ardour/lxvst_plugin.h')
-rw-r--r--libs/ardour/ardour/lxvst_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/lxvst_plugin.h b/libs/ardour/ardour/lxvst_plugin.h
index 1eba007790..f1a50b2f30 100644
--- a/libs/ardour/ardour/lxvst_plugin.h
+++ b/libs/ardour/ardour/lxvst_plugin.h
@@ -22,7 +22,7 @@
#include "ardour/vst_plugin.h"
-struct LIBARDOUR_API _VSTHandle;
+struct _VSTHandle;
typedef struct _VSTHandle VSTHandle;
namespace ARDOUR {