Take Film pointer out of Content.
[dcpomatic.git] / src / wx / text_view.cc
index 9b591b19161406408c88bef739a4c4323a1f91d0..49a98dc5e3c06f4647aa742093c50f6a5061a613 100644 (file)
@@ -96,7 +96,7 @@ TextView::TextView (
                        i->Stop.connect (bind (&TextView::data_stop, this, _1));
                }
        }
-       while (!decoder->pass ()) {}
+       while (!decoder->pass (film)) {}
        SetSizerAndFit (sizer);
 }