summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-05 18:13:20 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-05 18:13:20 +0100
commitd73bea50fba97958c2ddba99d150d4540d2264ba (patch)
tree73fe54850e1f2add941c31a6c2edda553ec7b255 /src/subtitle_asset.cc
parent42a65cba0d8da23c12af52015e66cd9dc0b5a5fa (diff)
Small tidy-ups and comments.
Diffstat (limited to 'src/subtitle_asset.cc')
-rw-r--r--src/subtitle_asset.cc2
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;