summaryrefslogtreecommitdiff
path: root/src/subtitle_node.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-24 12:12:23 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-24 12:12:23 +0100
commitdb536bd9f9f16b79286c5f0bb54d0f283050f7dd (patch)
treefafae4349032739326592dfaa18d6b499c743f6c /src/subtitle_node.h
parenta5bf0e4edbdbf7a0818666313b1d3909986342f1 (diff)
Express standard differences in FontNode more neatly.
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 37d41f01..e08ecfd4 100644
--- a/src/subtitle_node.h
+++ b/src/subtitle_node.h
@@ -52,7 +52,7 @@ class SubtitleNode
{
public:
SubtitleNode () {}
- SubtitleNode (boost::shared_ptr<const cxml::Node> node, boost::optional<int> tcr, std::string font_id_attribute);
+ SubtitleNode (boost::shared_ptr<const cxml::Node> node, boost::optional<int> tcr, Standard standard);
Time in;
Time out;