summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
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;