summaryrefslogtreecommitdiff
path: root/src/wx/closed_captions_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/closed_captions_dialog.h')
-rw-r--r--src/wx/closed_captions_dialog.h3
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);