summaryrefslogtreecommitdiff
path: root/src/wx/simple_video_view.cc
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/simple_video_view.cc
parent6a3d9962dc774becf50dd92f0cca90c536343eda (diff)
Accessor for ClosedCaptionsDialog.
Diffstat (limited to 'src/wx/simple_video_view.cc')
-rw-r--r--src/wx/simple_video_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/simple_video_view.cc b/src/wx/simple_video_view.cc
index c8fe7b9ad..e71d89412 100644
--- a/src/wx/simple_video_view.cc
+++ b/src/wx/simple_video_view.cc
@@ -252,5 +252,5 @@ SimpleVideoView::display_player_video ()
_viewer->refresh_view ();
- _viewer->_closed_captions_dialog->update (_viewer->time());
+ _viewer->closed_captions_dialog()->update (_viewer->time());
}