diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-24 12:12:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-24 12:12:23 +0100 |
| commit | db536bd9f9f16b79286c5f0bb54d0f283050f7dd (patch) | |
| tree | fafae4349032739326592dfaa18d6b499c743f6c /src/font_node.h | |
| parent | a5bf0e4edbdbf7a0818666313b1d3909986342f1 (diff) | |
Express standard differences in FontNode more neatly.
Diffstat (limited to 'src/font_node.h')
| -rw-r--r-- | src/font_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font_node.h b/src/font_node.h index 8f7cc2aa..656c0264 100644 --- a/src/font_node.h +++ b/src/font_node.h @@ -54,7 +54,7 @@ public: : size (0) {} - FontNode (cxml::ConstNodePtr node, boost::optional<int> tcr, std::string font_id_attribute); + FontNode (cxml::ConstNodePtr node, boost::optional<int> tcr, Standard standard); explicit FontNode (std::list<boost::shared_ptr<FontNode> > const & font_nodes); std::string text; |
