Remove required Film from content examine.
[dcpomatic.git] / src / tools / dcpomatic_playlist.cc
index 2c575af366f3fe922eedb5b108f3f461c389f712..2bb9ec2a70408df5d1f5fe84bf28e54773e9d281 100644 (file)
@@ -46,7 +46,7 @@ class ContentDialog : public wxDialog, public ContentStore
 public:
        ContentDialog (wxWindow* parent, weak_ptr<Film> film)
                : wxDialog (parent, wxID_ANY, _("Add content"), wxDefaultPosition, wxSize(800, 640))
-               , _content_view (new ContentView(this, film))
+               , _content_view (new ContentView(this))
        {
                _content_view->update ();