diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 10:28:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 10:28:16 +0100 |
| commit | 5591a50b918d2dc784a9e15688dfe24eb2b6dfcc (patch) | |
| tree | 0cc8e92c88326bd023440956a839f72979322071 /src/smpte_load_font_node.h | |
| parent | 68fa6e44a938d963129db758c25af8e843771a85 (diff) | |
Add some explicit declarations to constructors.
Diffstat (limited to 'src/smpte_load_font_node.h')
| -rw-r--r-- | src/smpte_load_font_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smpte_load_font_node.h b/src/smpte_load_font_node.h index ff6b7523..36c062ce 100644 --- a/src/smpte_load_font_node.h +++ b/src/smpte_load_font_node.h @@ -39,7 +39,7 @@ class SMPTELoadFontNode : public LoadFontNode public: SMPTELoadFontNode () {} SMPTELoadFontNode (std::string id, std::string urn); - SMPTELoadFontNode (boost::shared_ptr<const cxml::Node> node); + explicit SMPTELoadFontNode (boost::shared_ptr<const cxml::Node> node); std::string urn; }; |
