From 65013fcc46474df4c11f69b674e79af465688531 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 20 Sep 2013 20:20:36 +0100 Subject: More encryption fixes. --- src/dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dcp.cc') diff --git a/src/dcp.cc b/src/dcp.cc index d21b3b4e..03d1598d 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -60,7 +60,7 @@ using boost::shared_ptr; using boost::lexical_cast; using namespace libdcp; -DCP::DCP (string directory) +DCP::DCP (boost::filesystem::path directory) : _directory (directory) { boost::filesystem::create_directories (directory); -- cgit v1.2.3