diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-28 15:31:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-28 15:31:35 +0100 |
| commit | 2ea95f432a4c12271354d2fa136c0832704e9244 (patch) | |
| tree | e2f234203f4b65e40e94a303e10940e3aae1952e /src/parse/cpl.cc | |
| parent | 0b3a3e461284b91e774f44c48f6f2f59b2a5832f (diff) | |
Modify KDM code to take a CPL disk file instead of a whole CPL object.
Diffstat (limited to 'src/parse/cpl.cc')
| -rw-r--r-- | src/parse/cpl.cc | 2 |
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); |
