diff options
Diffstat (limited to 'src/lib/render_text.h')
| -rw-r--r-- | src/lib/render_text.h | 4 |
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 ); |
