summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/route_graph.h')
-rw-r--r--libs/ardour/ardour/route_graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route_graph.h b/libs/ardour/ardour/route_graph.h
index 0b0af6c7dd..77e74ceafd 100644
--- a/libs/ardour/ardour/route_graph.h
+++ b/libs/ardour/ardour/route_graph.h
@@ -37,7 +37,7 @@ typedef boost::shared_ptr<Route> GraphVertex;
*
* This may be a premature optimisation...
*/
-class GraphEdges
+class LIBARDOUR_API GraphEdges
{
public:
typedef std::map<GraphVertex, std::set<GraphVertex> > EdgeMap;