From 23b60bec13fa8f0b88c34922a169aa0084d99476 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 11 Sep 2018 00:19:35 +0100 Subject: [PATCH] film() isn't a FilmViewer proxy. --- src/wx/control_film_viewer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/control_film_viewer.h b/src/wx/control_film_viewer.h index cef5cb552..9200cad32 100644 --- a/src/wx/control_film_viewer.h +++ b/src/wx/control_film_viewer.h @@ -18,6 +18,7 @@ public: ControlFilmViewer (wxWindow* parent, bool outline_content = true, bool jump_to_selected = true); void set_film (boost::shared_ptr film); + boost::shared_ptr film () const; void back_frame (); void forward_frame (); @@ -31,7 +32,6 @@ public: bool playing () const; void slow_refresh (); int dropped () const; - boost::shared_ptr film () const; boost::optional dcp_decode_reduction () const; DCPTime position () const; void set_coalesce_player_changes (bool c); -- 2.30.2