summaryrefslogtreecommitdiff
path: root/src/text_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text_node.h')
-rw-r--r--src/text_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_node.h b/src/text_node.h
index 1affd83f..f10d7c4b 100644
--- a/src/text_node.h
+++ b/src/text_node.h
@@ -48,7 +48,7 @@ public:
, v_align (VALIGN_TOP)
{}
- TextNode (boost::shared_ptr<const cxml::Node> node, int tcr);
+ TextNode (boost::shared_ptr<const cxml::Node> node, int tcr, std::string font_id_attribute);
float h_position;
HAlign h_align;