diff options
Diffstat (limited to 'src/text_asset.h')
| -rw-r--r-- | src/text_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text_asset.h b/src/text_asset.h index 0a8ed78c..eb2d7a37 100644 --- a/src/text_asset.h +++ b/src/text_asset.h @@ -178,6 +178,7 @@ protected: ParseState text_node_state (xmlpp::Element const * node) const; ParseState image_node_state (xmlpp::Element const * node) const; ParseState subtitle_node_state (xmlpp::Element const * node, boost::optional<int> tcr) const; + ParseState ruby_node_state(xmlpp::Element const* node) const; Time fade_time (xmlpp::Element const * node, std::string name, boost::optional<int> tcr) const; void position_align (ParseState& ps, xmlpp::Element const * node) const; @@ -224,8 +225,7 @@ private: std::string 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); |
