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/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index 0f040917..15767d20 100644 --- a/src/file.h +++ b/src/file.h @@ -35,7 +35,7 @@ namespace dcp { class File : public boost::noncopyable { public: - File (boost::filesystem::path file); + explicit File (boost::filesystem::path file); ~File (); uint8_t* data () const { -- cgit v1.2.3