Fix incorrect coalesce() output when one input range is wholly
[dcpomatic.git] / src / lib / empty.h
index 2a975562a4b2a8a30490e1d1f89fa9f3762bffd3..443d3322b8290360117c4ab98f48c62e14d0265b 100644 (file)
@@ -29,6 +29,7 @@
 struct empty_test1;
 struct empty_test2;
 struct empty_test3;
+struct empty_test_with_overlapping_content;
 struct player_subframe_test;
 
 class Empty
@@ -51,6 +52,7 @@ private:
        friend struct ::empty_test1;
        friend struct ::empty_test2;
        friend struct ::empty_test3;
+       friend struct ::empty_test_with_overlapping_content;
        friend struct ::player_subframe_test;
 
        std::list<dcpomatic::DCPTimePeriod> _periods;