summaryrefslogtreecommitdiff
path: root/src/subtitle_node.h
diff options
context:
space:
mode:
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;