Fix build.
[dcpomatic.git] / src / wx / playlist_controls.h
index bc283f288db3936fa6dd5b740c5a52b4863571f8..76ec6382497fa3367d08df7e1cde720830fe5092 100644 (file)
@@ -29,9 +29,7 @@ class DCPContent;
 class PlaylistControls : public Controls
 {
 public:
-       PlaylistControls (wxWindow* parent, std::shared_ptr<FilmViewer> viewer);
-
-       void set_film (std::shared_ptr<Film> film) override;
+       PlaylistControls(wxWindow* parent, FilmViewer& viewer);
 
        /** This is so that we can tell our parent player to reset the film
            when we have created one from a SPL.  We could call a method