diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-10 11:27:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-10 11:27:26 +0100 |
| commit | bde76c3341775bd02da59932d285e14eade64ae0 (patch) | |
| tree | 7f0922faf1e64e74c029037afe8857c63f25e51a /src/wx/subtitle_view.h | |
| parent | c7b68d663ac3db10dcf2bfcc11009dce46f820dc (diff) | |
Basics of DCP subtitle import.
Diffstat (limited to 'src/wx/subtitle_view.h')
| -rw-r--r-- | src/wx/subtitle_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h index 2edc28c09..338742afc 100644 --- a/src/wx/subtitle_view.h +++ b/src/wx/subtitle_view.h @@ -21,12 +21,12 @@ #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; |
