X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_view.h;h=d95f26668b63f9a06dd9ec84e1277151c7e41ea7;hb=504c63b3d62038bc486ca8a09e77fbb403907edd;hp=94a25b70cbe8e738bc57e6ac2283e7beda86cfb1;hpb=308488324dbc4d8b709d3fb1dc9fee0479346c21;p=dcpomatic.git diff --git a/src/wx/subtitle_view.h b/src/wx/subtitle_view.h index 94a25b70c..d95f26668 100644 --- a/src/wx/subtitle_view.h +++ b/src/wx/subtitle_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2016 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,13 +21,13 @@ #include #include -class SubRipContent; +class Decoder; class SubtitleView : public wxDialog { public: - SubtitleView (wxWindow *, boost::shared_ptr); + SubtitleView (wxWindow *, boost::shared_ptr, boost::shared_ptr, DCPTime position); -private: +private: wxListCtrl* _list; };