diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-20 20:20:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-20 20:20:36 +0100 |
| commit | 65013fcc46474df4c11f69b674e79af465688531 (patch) | |
| tree | f2844b35faf9a793e0e198bf790a6163e65fa1b0 /src/dcp.cc | |
| parent | 30e2f6f873002d16aeae707879ea15c1c63a4323 (diff) | |
More encryption fixes.
Diffstat (limited to 'src/dcp.cc')
| -rw-r--r-- | src/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
