From ae95d9cab28e414245e15ddeae20e96735594a8b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 Jul 2018 19:58:30 +0100 Subject: Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> PlainText. --- src/lib/writer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/writer.h') diff --git a/src/lib/writer.h b/src/lib/writer.h index 0e1c0e02f..c8d188834 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2018 Carl Hetherington This file is part of DCP-o-matic. @@ -23,7 +23,7 @@ */ #include "types.h" -#include "player_subtitles.h" +#include "player_text.h" #include "exception_store.h" #include #include @@ -104,7 +104,7 @@ public: bool can_repeat (Frame) const; void repeat (Frame, Eyes); void write (boost::shared_ptr, DCPTime time); - void write (PlayerSubtitles subs, DCPTimePeriod period); + void write (PlayerText subs, DCPTimePeriod period); void write (std::list > fonts); void write (ReferencedReelAsset asset); void finish (); -- cgit v1.2.3