Fix build.

git-svn-id: svn://localhost/ardour2/branches/3.0@8016 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-11-12 23:16:59 +00:00
parent 8496f57fd4
commit e6016c009c

View File

@ -2424,13 +2424,15 @@ MarkerDrag::motion (GdkEvent* event, bool)
switch (marker->type()) {
case Marker::Start:
case Marker::SessionStart:
case Marker::RangeStart:
case Marker::LoopStart:
case Marker::PunchIn:
f_delta = newframe - copy_location->start();
break;
case Marker::End:
case Marker::SessionEnd:
case Marker::RangeEnd:
case Marker::LoopEnd:
case Marker::PunchOut:
f_delta = newframe - copy_location->end();