Basics of DCP subtitle import.
[dcpomatic.git] / src / wx / subtitle_view.h
index 2edc28c09e9aaf5905c42c18a97f6a8f669f9959..338742afcaac5575f35bc58bc895b9757967106b 100644 (file)
 #include <wx/wx.h>
 #include <wx/listctrl.h>
 
-class SubRipContent;
+class SubtitleDecoder;
 
 class SubtitleView : public wxDialog
 {
 public:
-       SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<SubRipContent>);
+       SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<SubtitleDecoder>, DCPTime position);
 
 private:       
        wxListCtrl* _list;