Put times in subtitle view.
[dcpomatic.git] / src / wx / subtitle_view.h
index 94a25b70cbe8e738bc57e6ac2283e7beda86cfb1..2edc28c09e9aaf5905c42c18a97f6a8f669f9959 100644 (file)
@@ -26,7 +26,7 @@ class SubRipContent;
 class SubtitleView : public wxDialog
 {
 public:
-       SubtitleView (wxWindow *, boost::shared_ptr<SubRipContent>);
+       SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<SubRipContent>);
 
 private:       
        wxListCtrl* _list;