summaryrefslogtreecommitdiff
path: root/src/parse/cpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/cpl.cc')
-rw-r--r--src/parse/cpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/cpl.cc b/src/parse/cpl.cc
index f6ce434c..8184c57b 100644
--- a/src/parse/cpl.cc
+++ b/src/parse/cpl.cc
@@ -31,7 +31,7 @@ using std::bad_cast;
using boost::shared_ptr;
using namespace libdcp::parse;
-CPL::CPL (string file)
+CPL::CPL (boost::filesystem::path file)
{
cxml::Document f ("CompositionPlaylist");
f.read_file (file);