summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-11 00:19:35 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-11 11:58:15 +0100
commit23b60bec13fa8f0b88c34922a169aa0084d99476 (patch)
tree671979d63aa1eb586bcdfd8823e12a5cb3bda505 /src
parent195eb8204245c7b7765831d1cc1de295b63eb8a2 (diff)
film() isn't a FilmViewer proxy.
Diffstat (limited to 'src')
-rw-r--r--src/wx/control_film_viewer.h2
1 files changed, 1 insertions, 1 deletions
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> film);
+ boost::shared_ptr<Film> 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> film () const;
boost::optional<int> dcp_decode_reduction () const;
DCPTime position () const;
void set_coalesce_player_changes (bool c);