Add a load of explicit keywords.
[dcpomatic.git] / src / lib / font.h
index bbf88b34ad0247d1bf9468bb826e11710e4128ab..cb18e4798b6e7b29ef1863ddc8216a6c759431e1 100644 (file)
 class Font
 {
 public:
-       Font (std::string id)
+       explicit Font (std::string id)
                : _id (id) {}
 
-       Font (cxml::NodePtr node);
+       explicit Font (cxml::NodePtr node);
 
        void as_xml (xmlpp::Node* node);