Basics of splitting up Decoder tree like Content.
[dcpomatic.git] / src / wx / subtitle_view.h
index 94a25b70cbe8e738bc57e6ac2283e7beda86cfb1..d95f26668b63f9a06dd9ec84e1277151c7e41ea7 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2016 Carl Hetherington <cth@carlh.net>
 
     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
 #include <wx/wx.h>
 #include <wx/listctrl.h>
 
-class SubRipContent;
+class Decoder;
 
 class SubtitleView : public wxDialog
 {
 public:
-       SubtitleView (wxWindow *, boost::shared_ptr<SubRipContent>);
+       SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<Decoder>, DCPTime position);
 
-private:       
+private:
        wxListCtrl* _list;
 };