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.h | |
| parent | 30e2f6f873002d16aeae707879ea15c1c63a4323 (diff) | |
More encryption fixes.
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
