From 60d53efe2cb3bddf98ca3cba937247a8024e7d63 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 May 2024 23:27:18 +0200 Subject: Cleanup: use auto. --- src/wx/timeline_audio_content_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/timeline_audio_content_view.cc b/src/wx/timeline_audio_content_view.cc index 057ebb944..0e9701034 100644 --- a/src/wx/timeline_audio_content_view.cc +++ b/src/wx/timeline_audio_content_view.cc @@ -68,7 +68,7 @@ TimelineAudioContentView::label () const s += wxString::Format (_(" advanced by %dms"), -ac->delay()); } - list mapped = ac->mapping().mapped_output_channels(); + auto mapped = ac->mapping().mapped_output_channels(); if (!mapped.empty ()) { s += wxString::FromUTF8(" → "); for (auto i: mapped) { -- cgit v1.2.3