Simplify NameFormat classes a bit.
[libdcp.git] / src / text_node.h
index 313bdbcbb419854946c16b1d8af4be5b124eab08..21246cb297e8b9de260713ef42c430279212d302 100644 (file)
@@ -63,7 +63,7 @@ public:
                , direction (DIRECTION_LTR)
        {}
 
-       TextNode (boost::shared_ptr<const cxml::Node> node, boost::optional<int> tcr, std::string font_id_attribute);
+       TextNode (boost::shared_ptr<const cxml::Node> node, boost::optional<int> tcr, Standard standard);
 
        float h_position;
        HAlign h_align;