ChangeLog update.
[dcpomatic.git] / src / wx / subtitle_view.h
index 94ef5217178c61552c4612008437db76c43bc3d8..445f646aa8ef271b68f7b7464c737454a5ee30c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -18,7 +18,7 @@
 
 */
 
-#include "lib/content_subtitle.h"
+#include "lib/content_caption.h"
 #include <boost/shared_ptr.hpp>
 #include <wx/wx.h>
 #include <wx/listctrl.h>
@@ -32,7 +32,7 @@ public:
        SubtitleView (wxWindow *, boost::shared_ptr<Film>, boost::shared_ptr<Content> content, boost::shared_ptr<Decoder>, FilmViewer* viewer);
 
 private:
-       void data_start (ContentTextSubtitle cts);
+       void data_start (ContentTextCaption cts);
        void data_stop (ContentTime time);
        void subtitle_selected (wxListEvent &);