diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-14 21:02:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-14 21:02:56 +0200 |
| commit | b029cb06c4e0fca1fad9fecd78939efe5532fa9a (patch) | |
| tree | bbef53fcce4acb1ed3d8e23100f9944b11ad7d67 /src/lib/dcp.cc | |
| parent | 0877bf6d06de8e6f768534ec40c26bf629618a20 (diff) | |
DCPReadError -> ReadError in libdcp.
Diffstat (limited to 'src/lib/dcp.cc')
| -rw-r--r-- | src/lib/dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp.cc b/src/lib/dcp.cc index 565b17229..c62b339fa 100644 --- a/src/lib/dcp.cc +++ b/src/lib/dcp.cc @@ -80,7 +80,7 @@ DCP::cpls () const if (j.code() == dcp::VerificationNote::EMPTY_ASSET_PATH) { LOG_WARNING("Empty path in ASSETMAP of %1", i.string()); } else { - boost::throw_exception(dcp::DCPReadError(dcp::note_to_string(j))); + boost::throw_exception(dcp::ReadError(dcp::note_to_string(j))); } } } |
