summaryrefslogtreecommitdiff
path: root/src/text_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-11-07 11:40:54 +0100
committerCarl Hetherington <cth@carlh.net>2024-11-07 11:40:54 +0100
commitd9c82bd6ce614bef3cd553ac1aa931a0e0ee102a (patch)
tree05002a78d0a76bb70b697c071079d5e7fc4bb23e /src/text_asset.h
parentcf052af049d43068fee2ceb205249b35436f6e26 (diff)
Diffstat (limited to 'src/text_asset.h')
-rw-r--r--src/text_asset.h4
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);