From: Carl Hetherington Date: Thu, 9 Feb 2023 21:16:36 +0000 (+0100) Subject: Clarify comment. X-Git-Tag: v2.16.43~21 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=a8e22f49504701e9dc50df2b2da7b7ebaa4cb859 Clarify comment. --- diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 89f36f895..2d68d3f39 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -98,7 +98,7 @@ private: void reconnect (std::shared_ptr film); mutable boost::mutex _mutex; - /** List of content. Kept sorted in position order. */ + /** List of content, kept sorted by ContentSorter() */ ContentList _content; bool _sequence = true; bool _sequencing = false;