From db536bd9f9f16b79286c5f0bb54d0f283050f7dd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 Jun 2016 12:12:23 +0100 Subject: Express standard differences in FontNode more neatly. --- src/text_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text_node.h') diff --git a/src/text_node.h b/src/text_node.h index 313bdbcb..21246cb2 100644 --- a/src/text_node.h +++ b/src/text_node.h @@ -63,7 +63,7 @@ public: , direction (DIRECTION_LTR) {} - TextNode (boost::shared_ptr node, boost::optional tcr, std::string font_id_attribute); + TextNode (boost::shared_ptr node, boost::optional tcr, Standard standard); float h_position; HAlign h_align; -- cgit v1.2.3