summaryrefslogtreecommitdiff
path: root/src/subtitle_node.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-29 19:33:09 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-29 19:33:09 +0000
commit914bd98baa57c6f2c117e33b21a9ee3d25d0fdc2 (patch)
tree1a1c540c723566d5c009c4df210195e32e1d833f /src/subtitle_node.h
parent6dc0cdbd5be3f8f60bd50523501a0bd85666ebda (diff)
Pick up SMPTE subtitle font IDs correctly.
Diffstat (limited to 'src/subtitle_node.h')
-rw-r--r--src/subtitle_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_node.h b/src/subtitle_node.h
index 40189704..78861050 100644
--- a/src/subtitle_node.h
+++ b/src/subtitle_node.h
@@ -38,7 +38,7 @@ class SubtitleNode
{
public:
SubtitleNode () {}
- SubtitleNode (boost::shared_ptr<const cxml::Node> node, int tcr);
+ SubtitleNode (boost::shared_ptr<const cxml::Node> node, int tcr, std::string font_id_attribute);
Time in;
Time out;