consolidate BundleAdded/Remove signal
[ardour.git] / libs / ardour / ardour / route_graph.h
index 0b0af6c7dd2e74feca371ca5190813df044d4837..77e74ceafd848f5fe145ceabe470b87330a1219a 100644 (file)
@@ -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;