diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 24c6d393ed..fb8649d1a0 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -2530,7 +2530,7 @@ Session::get_extent () const continue; } - pair e = tr->playlist()->get_extent (); + pair e = tr->playlist()->get_extent (); if (e.first < ext.first) { ext.first = e.first; }