From f9068dcbfbb09082e29e2a779ef1a7a2f6ee849e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 Oct 2015 15:05:09 +0100 Subject: Rename split-by-video content slightly; fix referencing to multi-reel DCPs. --- src/lib/dcpomatic_time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/dcpomatic_time.h') diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h index beea8c898..496f54d8e 100644 --- a/src/lib/dcpomatic_time.h +++ b/src/lib/dcpomatic_time.h @@ -272,5 +272,6 @@ ContentTime min (ContentTime a, ContentTime b); ContentTime max (ContentTime a, ContentTime b); std::ostream& operator<< (std::ostream& s, ContentTime t); std::ostream& operator<< (std::ostream& s, DCPTime t); +std::ostream& operator<< (std::ostream& s, DCPTimePeriod p); #endif -- cgit v1.2.3