diff options
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 de8ca6bc..a1e9ab4f 100644 --- a/src/font_node.h +++ b/src/font_node.h @@ -41,7 +41,7 @@ public: {} FontNode (cxml::ConstNodePtr node, int tcr, std::string font_id_attribute); - FontNode (std::list<boost::shared_ptr<FontNode> > const & font_nodes); + explicit FontNode (std::list<boost::shared_ptr<FontNode> > const & font_nodes); std::string text; boost::optional<std::string> id; |
