diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-07 23:48:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-07 23:48:43 +0100 |
| commit | daceaad12cc73404f93d5aae0dd896fcb7b9d3b9 (patch) | |
| tree | 7dc80711804d23bdcc0987d1372f326f03124c2a /src/text_asset.h | |
| parent | f0cada65396759b4be19601d8537119a1bb4fbfa (diff) | |
wip: ruby2652-ruby
Diffstat (limited to 'src/text_asset.h')
| -rw-r--r-- | src/text_asset.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/text_asset.h b/src/text_asset.h index 113896f8..44e2c0c1 100644 --- a/src/text_asset.h +++ b/src/text_asset.h @@ -222,11 +222,10 @@ private: friend struct ::pull_fonts_test3; void maybe_add_text( - std::string text, + boost::variant<std::string, Ruby> text, std::vector<ParseState> const & parse_state, float space_before, - Standard standard, - std::vector<Ruby> const& rubies + Standard standard ); static void pull_fonts (std::shared_ptr<order::Part> part); |
