Option to fit a route group to the editor window.
[ardour.git] / gtk2_ardour / track_selection.h
index 2ca7febcf61d9c74ee6dabd3ffc7259cf8775a54..8d46a59828ac18d79eb53b97143080d5efd2d50a 100644 (file)
@@ -28,6 +28,7 @@ class TrackSelection : public std::list<TimeAxisView*>
 {
 public:
        std::list<TimeAxisView*> add (std::list<TimeAxisView*> const &);
+       bool contains (TimeAxisView const *) const;
 };
 
 #endif /* __ardour_gtk_track_selection_h__ */