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/interop_load_font_node.h | |
| parent | 68fa6e44a938d963129db758c25af8e843771a85 (diff) | |
Add some explicit declarations to constructors.
Diffstat (limited to 'src/interop_load_font_node.h')
| -rw-r--r-- | src/interop_load_font_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_load_font_node.h b/src/interop_load_font_node.h index ea0b4497..86777c6a 100644 --- a/src/interop_load_font_node.h +++ b/src/interop_load_font_node.h @@ -29,7 +29,7 @@ class InteropLoadFontNode : public LoadFontNode public: InteropLoadFontNode () {} InteropLoadFontNode (std::string id, std::string uri); - InteropLoadFontNode (cxml::ConstNodePtr node); + explicit InteropLoadFontNode (cxml::ConstNodePtr node); std::string uri; }; |
