diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-20 23:46:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 386e25f3b9d3fa59cbdeed458d9b3e0d21e338b8 (patch) | |
| tree | 657d6f38975144692c670c87346bacc58f50a6b2 /src/wx/film_viewer.h | |
| parent | 6a3d9962dc774becf50dd92f0cca90c536343eda (diff) | |
Accessor for ClosedCaptionsDialog.
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 3 |
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; |
