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 4b407fa5a..26d042639 100644
--- a/src/wx/closed_captions_dialog.h
+++ b/src/wx/closed_captions_dialog.h
@@ -33,7 +33,8 @@ public:
void update (DCPTime);
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 paint ();