X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Frender_text.h;fp=src%2Flib%2Frender_text.h;h=f9c35005ebb84ef37415303a293947bba598f294;hb=0e4a58abdc78f84478031acdc0acb95f5cb9a2a6;hp=496967f31713dcf5b194df3ce27efba0892b7d8f;hpb=6b4059b815eec61ff953918694f5b6fbe010a1a0;p=dcpomatic.git 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 subtitles, int target_height, float fade_factor); +std::string marked_up (std::list 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 );