X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fobject.h;h=5c5bbc0e4cab5a7383f9653cf5a9ca49f408ce03;hb=5591a50b918d2dc784a9e15688dfe24eb2b6dfcc;hp=ff493534888c4a3f989994e3364d14bec75259ce;hpb=68fa6e44a938d963129db758c25af8e843771a85;p=libdcp.git diff --git a/src/object.h b/src/object.h index ff493534..5c5bbc0e 100644 --- a/src/object.h +++ b/src/object.h @@ -39,7 +39,7 @@ class Object : public boost::noncopyable { public: Object (); - Object (std::string id); + explicit Object (std::string id); virtual ~Object () {} /** @return ID */