X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_view.h;h=f5a61890bba83c48068b55b133bb68790f4dcbcd;hb=02c41355007dd507dc9da99bb98639626500f30f;hp=94a25b70cbe8e738bc57e6ac2283e7beda86cfb1;hpb=308488324dbc4d8b709d3fb1dc9fee0479346c21;p=dcpomatic.git diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h index 94a25b70c..f5a61890b 100644 --- a/src/wx/subtitle_view.h +++ b/src/wx/subtitle_view.h @@ -21,13 +21,13 @@ #include #include -class SubRipContent; +class SubtitleDecoder; class SubtitleView : public wxDialog { public: - SubtitleView (wxWindow *, boost::shared_ptr); + SubtitleView (wxWindow *, boost::shared_ptr, boost::shared_ptr, DCPTime position); -private: +private: wxListCtrl* _list; };