diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-24 00:23:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-24 00:23:08 +0100 |
| commit | 2f92210c782eb1cc80b2326a608417564fa1ed36 (patch) | |
| tree | 021282fcb93828408c3bc53f395bc9e9c7ea9dde /src/wx/content_timeline.cc | |
| parent | 81cec74f247553be204c0d346319a577a1fdbfe9 (diff) | |
Fix comment.
Diffstat (limited to 'src/wx/content_timeline.cc')
| -rw-r--r-- | src/wx/content_timeline.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_timeline.cc b/src/wx/content_timeline.cc index fdbd0790a..d78c12fb9 100644 --- a/src/wx/content_timeline.cc +++ b/src/wx/content_timeline.cc @@ -402,7 +402,7 @@ place(shared_ptr<const Film> film, ContentTimelineViewList& views, int& tracks) } -/** Compare the mapped output channels of two TimelineViews, so we can into +/** Compare the mapped output channels of two TimelineViews, so we can sort into * order of first mapped DCP channel. */ struct AudioMappingComparator { |
