summaryrefslogtreecommitdiff
path: root/src/lib/render_text.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 20:10:45 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commit0e4a58abdc78f84478031acdc0acb95f5cb9a2a6 (patch)
tree2b20b3f38ad09ee2c161a0612f0b7a4c65983d06 /src/lib/render_text.h
parent6b4059b815eec61ff953918694f5b6fbe010a1a0 (diff)
Finish PlayerSubtitles -> PlayerText and SubtitleString -> PlainText.
Diffstat (limited to 'src/lib/render_text.h')
-rw-r--r--src/lib/render_text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/render_text.h b/src/lib/render_text.h
index 496967f31..f9c35005e 100644
--- a/src/lib/render_text.h
+++ b/src/lib/render_text.h
@@ -25,7 +25,7 @@
class Font;
-std::string marked_up (std::list<SubtitleString> subtitles, int target_height, float fade_factor);
+std::string marked_up (std::list<PlainText> subtitles, int target_height, float fade_factor);
std::list<PositionImage> render_text (
- std::list<SubtitleString>, std::list<boost::shared_ptr<Font> > fonts, dcp::Size, DCPTime, int
+ std::list<PlainText>, std::list<boost::shared_ptr<Font> > fonts, dcp::Size, DCPTime, int
);