summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index a411be5ec..b445528b1 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -45,6 +45,9 @@ public:
~FilmViewer ();
void set_film (boost::shared_ptr<Film>);
+ boost::shared_ptr<Film> film () const {
+ return _film;
+ }
/** @return our `playhead' position; this may not lie exactly on a frame boundary */
DCPTime position () const {