From 5591a50b918d2dc784a9e15688dfe24eb2b6dfcc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Jun 2016 10:28:16 +0100 Subject: Add some explicit declarations to constructors. --- src/dcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dcp.h') diff --git a/src/dcp.h b/src/dcp.h index 16bc6047..3c81b152 100644 --- a/src/dcp.h +++ b/src/dcp.h @@ -64,7 +64,7 @@ public: * * @param directory Directory containing the DCP's files. */ - DCP (boost::filesystem::path directory); + explicit DCP (boost::filesystem::path directory); typedef std::list > ReadErrors; -- cgit v1.2.3