X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fcaption_view.h;h=71c492ad6b8e5c59ff55d2d1fb9002202201b8b8;hp=34fec19053b4ac8aecc7d68287d987fc91398332;hb=cbd4450197a083bf58bda510e626f73ba583cb66;hpb=1013175d5f6adfa0e6a7442e4c9aebb893787748 diff --git a/src/wx/caption_view.h b/src/wx/caption_view.h index 34fec1905..71c492ad6 100644 --- a/src/wx/caption_view.h +++ b/src/wx/caption_view.h @@ -29,7 +29,9 @@ class FilmViewer; class CaptionView : public wxDialog { public: - CaptionView (wxWindow *, boost::shared_ptr, boost::shared_ptr content, boost::shared_ptr, FilmViewer* viewer); + CaptionView ( + wxWindow *, boost::shared_ptr, boost::shared_ptr content, boost::shared_ptr caption, boost::shared_ptr, FilmViewer* viewer + ); private: void data_start (ContentTextCaption cts);