X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_view.h;h=338742afcaac5575f35bc58bc895b9757967106b;hb=86aaba4f392c35ccf28221049f87b8cdba868777;hp=94a25b70cbe8e738bc57e6ac2283e7beda86cfb1;hpb=e6f28e7cda23c1ba3c49cc1bf2dc1491c2f87160;p=dcpomatic.git diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h index 94a25b70c..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); + SubtitleView (wxWindow *, boost::shared_ptr, boost::shared_ptr, DCPTime position); private: wxListCtrl* _list;