Basics of multiple captions per content so that DCPContent can
[dcpomatic.git] / src / wx / caption_view.h
index 34fec19053b4ac8aecc7d68287d987fc91398332..71c492ad6b8e5c59ff55d2d1fb9002202201b8b8 100644 (file)
@@ -29,7 +29,9 @@ class FilmViewer;
 class CaptionView : public wxDialog
 {
 public:
-       CaptionView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<Content> content, boost::shared_ptr<Decoder>, FilmViewer* viewer);
+       CaptionView (
+               wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<Content> content, boost::shared_ptr<CaptionContent> caption, boost::shared_ptr<Decoder>, FilmViewer* viewer
+               );
 
 private:
        void data_start (ContentTextCaption cts);