diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-24 23:55:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-24 23:55:40 +0200 |
| commit | be68a7f548dbbe267a9767e41d583d564f51a2e5 (patch) | |
| tree | e16a5153937c223a48fb9d92b0dadf4acd5e64cd /src/lib/overlaps.h | |
| parent | 51d19737e7b510749ba46af57c7d99bccf988b54 (diff) | |
White space: overlaps.{cc,h}
Diffstat (limited to 'src/lib/overlaps.h')
| -rw-r--r-- | src/lib/overlaps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/overlaps.h b/src/lib/overlaps.h index f405c0fab..85d92bb31 100644 --- a/src/lib/overlaps.h +++ b/src/lib/overlaps.h @@ -34,7 +34,7 @@ namespace dcpomatic { * subtitle) that overlap a specified time range in the given * ContentList */ -ContentList overlaps ( +ContentList overlaps( std::shared_ptr<const Film> film, ContentList cl, std::function<bool (std::shared_ptr<const Content>)> part, dcpomatic::DCPTime from, dcpomatic::DCPTime to ); |
