Allow configuration of MXF/XML filenames (part of #710).
[dcpomatic.git] / src / wx / timeline.cc
index 6bb216df825bdd840fd021e4ddd1ee20cd6e8451..30c2dbddcf6c46cb9818e9ad977cc88351af493a 100644 (file)
@@ -262,7 +262,7 @@ Timeline::assign_tracks ()
                                shared_ptr<Content> test_content = test->content();
 
                                if (test && test->track() && test->track().get() == t) {
-                                       if (content_period.overlaps (DCPTimePeriod(test_content->position(), test_content->end()))) {
+                                       if (content_period.overlap (DCPTimePeriod(test_content->position(), test_content->end()))) {
                                                /* we have an overlap on track `t' */
                                                ++t;
                                                break;