diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-05 18:13:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-05 18:13:20 +0100 |
| commit | d73bea50fba97958c2ddba99d150d4540d2264ba (patch) | |
| tree | 73fe54850e1f2add941c31a6c2edda553ec7b255 /src/subtitle_asset.cc | |
| parent | 42a65cba0d8da23c12af52015e66cd9dc0b5a5fa (diff) | |
Small tidy-ups and comments.
Diffstat (limited to 'src/subtitle_asset.cc')
| -rw-r--r-- | src/subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index 1c341de4..45177b95 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -54,7 +54,7 @@ SubtitleAsset::SubtitleAsset (boost::filesystem::path file) } void -SubtitleAsset::parse_common (shared_ptr<cxml::Document> xml, list<shared_ptr<dcp::FontNode> > font_nodes) +SubtitleAsset::parse_subtitles (shared_ptr<cxml::Document> xml, list<shared_ptr<dcp::FontNode> > font_nodes) { /* Make Subtitle objects to represent the raw XML nodes in a sane way */ ParseState parse_state; |
