summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-26 11:24:30 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-26 11:24:30 +0000
commit257b936e9ed24043cfc1ed6e7e762858250bc388 (patch)
tree17630aab92aba1673cfac163a3715f237372552a /src/subtitle_asset.h
parent5dd999eb0960ed4db25e98f2c2a5e4da2de2ced9 (diff)
Small method name cleanup.
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index ebd6b745..d3f186ef 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -132,19 +132,19 @@ private:
void maybe_add_subtitle (std::string text, ParseState const & parse_state);
- void examine_font_nodes (
+ void examine_nodes (
boost::shared_ptr<const cxml::Node> xml,
std::list<boost::shared_ptr<FontNode> > const & font_nodes,
ParseState& parse_state
);
- void examine_text_nodes (
+ void examine_nodes (
boost::shared_ptr<const cxml::Node> xml,
std::list<boost::shared_ptr<TextNode> > const & text_nodes,
ParseState& parse_state
);
- void examine_subtitle_nodes (
+ void examine_nodes (
boost::shared_ptr<const cxml::Node> xml,
std::list<boost::shared_ptr<SubtitleNode> > const & subtitle_nodes,
ParseState& parse_state