summaryrefslogtreecommitdiff
path: root/gtk2_ardour/track_selection.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-22 01:01:43 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-22 01:01:43 +0000
commitc9e37fcc1430a674328069d6a3a5ec7e4284f282 (patch)
treebcf75a83623c958ca494e9612bdc32109fd10999 /gtk2_ardour/track_selection.h
parent442eef90ab056ed373e8f5992602700a9f40cbe1 (diff)
Option to fit a route group to the editor window.
git-svn-id: svn://localhost/ardour2/branches/3.0@5241 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/track_selection.h')
-rw-r--r--gtk2_ardour/track_selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/track_selection.h b/gtk2_ardour/track_selection.h
index 2ca7febcf6..8d46a59828 100644
--- a/gtk2_ardour/track_selection.h
+++ b/gtk2_ardour/track_selection.h
@@ -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__ */