diff options
Diffstat (limited to 'src/lib/render_text.h')
| -rw-r--r-- | src/lib/render_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/render_text.h b/src/lib/render_text.h index ff34dc10d..18264e0d0 100644 --- a/src/lib/render_text.h +++ b/src/lib/render_text.h @@ -34,7 +34,7 @@ namespace dcpomatic { std::string marked_up(std::vector<StringText> subtitles, int target_height, float fade_factor, std::string font_name); std::vector<PositionImage> render_text(std::vector<StringText>, dcp::Size, dcpomatic::DCPTime, int); -std::vector<dcpomatic::Rect<int>> bounding_box(std::vector<StringText> subtitles, dcp::Size target, boost::optional<dcp::SubtitleStandard> override_standard = boost::none); +std::vector<dcpomatic::Rect<int>> bounding_box(std::vector<StringText> subtitles, dcp::Size target, boost::optional<dcp::TextStandard> override_standard = boost::none); class FontMetrics |
