X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Frgba.h;h=c9521f311b0151648de41447efbb85d5500307a9;hp=b6f0cc1f1241bbf197b6b807ecb7366b5a8ca789;hb=c6871fe8617b3de03662b7630355059393bf8043;hpb=334e250896a5dcbb64db96df8e20821ffc75b146 diff --git a/src/lib/rgba.h b/src/lib/rgba.h index b6f0cc1f1..c9521f311 100644 --- a/src/lib/rgba.h +++ b/src/lib/rgba.h @@ -45,7 +45,7 @@ public: , a (a_) {} - RGBA (cxml::ConstNodePtr node); + explicit RGBA (cxml::ConstNodePtr node); void as_xml (xmlpp::Node* parent) const;