summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/analysis_graph.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2016-03-12 13:44:10 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2016-03-12 13:44:10 +0000
commitaf44e0e0510a5284a2b85208840a6bda449cfb21 (patch)
tree1a36a4bfe077bc508e6d36e290ffee83fdc6c315 /libs/ardour/ardour/analysis_graph.h
parent9a34017b793957d54e1d39b20b622aec552f4353 (diff)
Make sure that class 'ARDOUR::AnalysisGraph' is exportable (since it gets used outside of libardour)
Diffstat (limited to 'libs/ardour/ardour/analysis_graph.h')
-rw-r--r--libs/ardour/ardour/analysis_graph.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/analysis_graph.h b/libs/ardour/ardour/analysis_graph.h
index c042e25771..4724b826c1 100644
--- a/libs/ardour/ardour/analysis_graph.h
+++ b/libs/ardour/ardour/analysis_graph.h
@@ -27,6 +27,7 @@
#include "ardour/audioregion.h"
#include "ardour/audioplaylist.h"
#include "ardour/export_analysis.h"
+#include "ardour/libardour_visibility.h"
namespace AudioGrapher {
class Analyser;
@@ -35,7 +36,7 @@ namespace AudioGrapher {
}
namespace ARDOUR {
-class AnalysisGraph {
+class LIBARDOUR_API AnalysisGraph {
public:
AnalysisGraph (ARDOUR::Session*);
~AnalysisGraph ();