X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_view.h;fp=src%2Fwx%2Fsubtitle_view.h;h=338742afcaac5575f35bc58bc895b9757967106b;hp=2edc28c09e9aaf5905c42c18a97f6a8f669f9959;hb=bde76c3341775bd02da59932d285e14eade64ae0;hpb=c7b68d663ac3db10dcf2bfcc11009dce46f820dc 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 #include -class SubRipContent; +class SubtitleDecoder; class SubtitleView : public wxDialog { public: - SubtitleView (wxWindow *, boost::shared_ptr, boost::shared_ptr); + SubtitleView (wxWindow *, boost::shared_ptr, boost::shared_ptr, DCPTime position); private: wxListCtrl* _list;