Tidy up Frame / App classes, reducing use of static variables.
[dcpomatic.git] / src / wx / film_viewer.h
index 1e5b6d34d119f2c3a160ea5cbd2822756453fb19..337b68446cf64bbd2b935ea6bcbda5cc11a12d77 100644 (file)
@@ -49,7 +49,7 @@ class PlayerVideoFrame;
 class FilmViewer : public wxPanel
 {
 public:
-       FilmViewer (boost::shared_ptr<Film>, wxWindow *);
+       FilmViewer (wxWindow *);
 
        void set_film (boost::shared_ptr<Film>);