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 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;