diff options
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); |
