diff options
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 42030288..25758c2e 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -216,7 +216,13 @@ private: friend struct ::pull_fonts_test2; friend struct ::pull_fonts_test3; - void maybe_add_subtitle (std::string text, std::vector<ParseState> const & parse_state, float space_before, Standard standard); + void maybe_add_subtitle( + std::string text, + std::vector<ParseState> const & parse_state, + float space_before, + Standard standard, + std::vector<Ruby> const& rubies + ); static void pull_fonts (std::shared_ptr<order::Part> part); }; |
