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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font_node.h b/src/font_node.h
index 92dd6b21..50815636 100644
--- a/src/font_node.h
+++ b/src/font_node.h
@@ -40,7 +40,7 @@ public:
: size (0)
{}
- FontNode (cxml::ConstNodePtr node, int tcr);
+ FontNode (cxml::ConstNodePtr node, int tcr, std::string font_id_attribute);
FontNode (std::list<boost::shared_ptr<FontNode> > const & font_nodes);
std::string text;