summaryrefslogtreecommitdiff
path: root/src/font_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/font_node.h
parent6dc0cdbd5be3f8f60bd50523501a0bd85666ebda (diff)
Pick up SMPTE subtitle font IDs correctly.
Diffstat (limited to 'src/font_node.h')
-rw-r--r--src/font_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font_node.h b/src/font_node.h
index 92dd6b21..50815636 100644
--- a/src/font_node.h
+++ b/src/font_node.h
@@ -40,7 +40,7 @@ public:
: size (0)
{}
- FontNode (cxml::ConstNodePtr node, int tcr);
+ FontNode (cxml::ConstNodePtr node, int tcr, std::string font_id_attribute);
FontNode (std::list<boost::shared_ptr<FontNode> > const & font_nodes);
std::string text;