diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-17 14:31:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-17 14:31:12 +0100 |
| commit | d25b0a20c8e52b5b76fed0d9c08b972a363e6cc6 (patch) | |
| tree | ac0318ff3c19432f3cf8877062469de17d4c32ee /test/import_dcp_test.cc | |
| parent | c57c320a47aeb4d921ade5e3ed6a3f0ac59f6238 (diff) | |
Small libdcp API change.
Diffstat (limited to 'test/import_dcp_test.cc')
| -rw-r--r-- | test/import_dcp_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index 69ffa9cc4..cd0396d07 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -57,7 +57,7 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) dcp::EncryptedKDM kdm = A->make_kdm ( Config::instance()->decryption_chain()->leaf (), vector<dcp::Certificate> (), - A_dcp.cpls().front()->file (), + A_dcp.cpls().front()->file().get(), dcp::LocalTime ("2014-07-21T00:00:00+00:00"), dcp::LocalTime ("2024-07-21T00:00:00+00:00"), dcp::MODIFIED_TRANSITIONAL_1 |
