summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-26 11:09:09 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-26 11:09:09 +0000
commitea629ead13e819b4ff5d5b5eba7b57520e8107e3 (patch)
tree22e58dc6176d80b5e600923627abc139455d6ff3 /src/subtitle_asset.h
parentbc2b4bb709683de594f08c4db0228c11f14bbf66 (diff)
Extract examine_subtitle_nodes into its own method.
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 258329fc..8532d6a3 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -138,6 +138,12 @@ private:
std::list<boost::shared_ptr<TextNode> > const & text_nodes,
ParseState& parse_state
);
+
+ void examine_subtitle_nodes (
+ boost::shared_ptr<const cxml::Node> xml,
+ std::list<boost::shared_ptr<SubtitleNode> > const & subtitle_nodes,
+ ParseState& parse_state
+ );
};
}