diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-04 14:12:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-04 14:12:53 +0000 |
| commit | b6833317988e4e9dbe5e4b427033af7979fffedd (patch) | |
| tree | 03888f7af59d315922683e8a59650bad64deb87f /tools/common.h | |
| parent | aa632b458fc2aa5ff1ca2e2702dcf589ae627d7d (diff) | |
Move DCP -> Package with a token DCP class.
Diffstat (limited to 'tools/common.h')
| -rw-r--r-- | tools/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common.h b/tools/common.h index a9c657ce..0b1dd341 100644 --- a/tools/common.h +++ b/tools/common.h @@ -21,6 +21,6 @@ namespace dcp { -extern void filter_errors (std::list<boost::shared_ptr<DCPReadError> >& errors, bool ignore_missing_assets); +extern void filter_errors (std::list<boost::shared_ptr<PackageReadError> >& errors, bool ignore_missing_assets); } |
