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/wx/content_view.cc | |
| parent | 0877bf6d06de8e6f768534ec40c26bf629618a20 (diff) | |
DCPReadError -> ReadError in libdcp.
Diffstat (limited to 'src/wx/content_view.cc')
| -rw-r--r-- | src/wx/content_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc index 1cdfbc00f..d4e18108d 100644 --- a/src/wx/content_view.cc +++ b/src/wx/content_view.cc @@ -96,7 +96,7 @@ ContentView::update () } } catch (boost::filesystem::filesystem_error& e) { /* Never mind */ - } catch (dcp::DCPReadError& e) { + } catch (dcp::ReadError& e) { /* Never mind */ } } |
