Fix build.
[dcpomatic.git] / src / wx / playlist_controls.h
index 57a84c128671187e35ff07f24cc4e08a8905fca1..76ec6382497fa3367d08df7e1cde720830fe5092 100644 (file)
 
 */
 
+
 #include "controls.h"
 #include "lib/spl.h"
 
+
 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