summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-11-20 23:46:40 +0100
committerCarl Hetherington <cth@carlh.net>2020-01-08 21:56:47 +0100
commit386e25f3b9d3fa59cbdeed458d9b3e0d21e338b8 (patch)
tree657d6f38975144692c670c87346bacc58f50a6b2 /src/wx/film_viewer.h
parent6a3d9962dc774becf50dd92f0cca90c536343eda (diff)
Accessor for ClosedCaptionsDialog.
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 8cacf80d3..c6fbd66e4 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -132,6 +132,9 @@ public:
boost::shared_ptr<Butler> butler () const {
return _butler;
}
+ ClosedCaptionsDialog* closed_captions_dialog () const {
+ return _closed_captions_dialog;
+ }
boost::signals2::signal<void (boost::weak_ptr<PlayerVideo>)> ImageChanged;
boost::signals2::signal<void (dcpomatic::DCPTime)> Started;