DCPReadError -> ReadError in libdcp.
[dcpomatic.git] / src / lib / dcp.cc
index 565b172291356156bd83091d7dcdc8f748341d38..c62b339fa2207260c4c9ac81509aa264825d6169 100644 (file)
@@ -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)));
                                }
                        }
                }