DCPReadError -> ReadError in libdcp.
[dcpomatic.git] / src / wx / content_menu.cc
index c5dc1606d790bb577a0a5ba5382b218febc45867..7cb924a73882f45f64f5e61ebba07c2de8d2a970 100644 (file)
@@ -142,7 +142,7 @@ ContentMenu::popup (weak_ptr<Film> film, ContentList c, TimelineContentViewList
                                                );
                                        item->Check (dcp->cpl() && dcp->cpl() == i->id());
                                }
-                       } catch (dcp::DCPReadError &) {
+                       } catch (dcp::ReadError &) {
                                /* The DCP is probably missing */
                        } catch (dcp::KDMDecryptionError &) {
                                /* We have an incorrect KDM */