summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-20 20:20:36 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-20 20:20:36 +0100
commit65013fcc46474df4c11f69b674e79af465688531 (patch)
treef2844b35faf9a793e0e198bf790a6163e65fa1b0 /src/dcp.h
parent30e2f6f873002d16aeae707879ea15c1c63a4323 (diff)
More encryption fixes.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 8b7b19c1..f2a261cd 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -67,7 +67,7 @@ public:
*
* @param directory Directory containing the DCP's files.
*/
- DCP (std::string directory);
+ DCP (boost::filesystem::path directory);
void read (bool require_mxfs = true);
@@ -149,7 +149,7 @@ private:
Files _files;
/** the directory that we are writing to */
- std::string _directory;
+ boost::filesystem::path _directory;
/** our CPLs */
std::list<boost::shared_ptr<CPL> > _cpls;