From 895bad1dcd817cb8ad32dc255a90271edd6659fb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 18 Apr 2010 21:29:48 +0000 Subject: Make the session start/end location a single location (with start and end) rather than two separate ones. Fixes #1298. git-svn-id: svn://localhost/ardour2/branches/3.0@6929 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/marker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/marker.h') diff --git a/gtk2_ardour/marker.h b/gtk2_ardour/marker.h index 05db900c80..e9ff0501ed 100644 --- a/gtk2_ardour/marker.h +++ b/gtk2_ardour/marker.h @@ -45,8 +45,8 @@ class Marker : public sigc::trackable Mark, Tempo, Meter, - Start, - End, + Start, ///< session start + End, ///< session end LoopStart, LoopEnd, PunchIn, -- cgit v1.2.3