summaryrefslogtreecommitdiff
path: root/src/font_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font_node.h')
-rw-r--r--src/font_node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/font_node.h b/src/font_node.h
index 72c1553e..8f7cc2aa 100644
--- a/src/font_node.h
+++ b/src/font_node.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
This file is part of libdcp.
@@ -54,7 +54,7 @@ public:
: size (0)
{}
- FontNode (cxml::ConstNodePtr node, int tcr, std::string font_id_attribute);
+ FontNode (cxml::ConstNodePtr node, boost::optional<int> tcr, std::string font_id_attribute);
explicit FontNode (std::list<boost::shared_ptr<FontNode> > const & font_nodes);
std::string text;