diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-26 11:09:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-26 11:09:09 +0000 |
| commit | ea629ead13e819b4ff5d5b5eba7b57520e8107e3 (patch) | |
| tree | 22e58dc6176d80b5e600923627abc139455d6ff3 /src/subtitle_asset.h | |
| parent | bc2b4bb709683de594f08c4db0228c11f14bbf66 (diff) | |
Extract examine_subtitle_nodes into its own method.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 6 |
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 + ); }; } |
