diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-28 22:20:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-28 22:20:19 +0200 |
| commit | d902160e3c89a9f65f58a2463fac0b1de1d940b1 (patch) | |
| tree | c1071f5b3f1046dda4820b4991331b21230fcaa6 /src/wx/closed_captions_dialog.h | |
| parent | e83e799c027346681208c57181b28010d01c9b6e (diff) | |
Fix various problems with the closed caption viewer not being updated properly.v2.15.91
Diffstat (limited to 'src/wx/closed_captions_dialog.h')
| -rw-r--r-- | src/wx/closed_captions_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/closed_captions_dialog.h b/src/wx/closed_captions_dialog.h index cfdab5f3c..4117de263 100644 --- a/src/wx/closed_captions_dialog.h +++ b/src/wx/closed_captions_dialog.h @@ -35,7 +35,8 @@ public: explicit ClosedCaptionsDialog (wxWindow* parent, FilmViewer* viewer); void clear (); - void set_film_and_butler (boost::shared_ptr<Film>, boost::weak_ptr<Butler>); + void update_tracks (boost::shared_ptr<const Film> film); + void set_butler (boost::weak_ptr<Butler>); private: void shown (wxShowEvent); |
