diff --git a/gtk2_ardour/editor_export_audio.cc b/gtk2_ardour/editor_export_audio.cc index fe64fc6db9..fca2375378 100644 --- a/gtk2_ardour/editor_export_audio.cc +++ b/gtk2_ardour/editor_export_audio.cc @@ -108,7 +108,7 @@ Editor::loudness_assistant_marker () bool is_start; if (((l = find_location_from_marker (marker, is_start)) != 0) && (l->end() > l->start())) { - measure_master_loudness (l->start(), l->end(), true); + measure_master_loudness (l->start().samples(), l->end().samples(), true); } }