summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h2
1 files changed, 1 insertions, 1 deletions
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 {