summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 5e1caa1bf..1cbdb00bd 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -435,7 +435,7 @@ FilmViewer::stop()
_video_view->stop();
Stopped();
- _video_view->rethrow();
+ rethrow();
return true;
}
@@ -929,3 +929,11 @@ FilmViewer::dcp() const
return {};
}
+
+
+void
+FilmViewer::rethrow()
+{
+ _video_view->rethrow();
+}
+