diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-29 19:33:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-29 19:33:09 +0000 |
| commit | 914bd98baa57c6f2c117e33b21a9ee3d25d0fdc2 (patch) | |
| tree | 1a1c540c723566d5c009c4df210195e32e1d833f /src/text_node.h | |
| parent | 6dc0cdbd5be3f8f60bd50523501a0bd85666ebda (diff) | |
Pick up SMPTE subtitle font IDs correctly.
Diffstat (limited to 'src/text_node.h')
| -rw-r--r-- | src/text_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_node.h b/src/text_node.h index 1affd83f..f10d7c4b 100644 --- a/src/text_node.h +++ b/src/text_node.h @@ -48,7 +48,7 @@ public: , v_align (VALIGN_TOP) {} - TextNode (boost::shared_ptr<const cxml::Node> node, int tcr); + TextNode (boost::shared_ptr<const cxml::Node> node, int tcr, std::string font_id_attribute); float h_position; HAlign h_align; |
