summaryrefslogtreecommitdiff
path: root/tools/common.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-06 08:28:18 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-10 13:09:45 +0000
commit93f29880839dc5589bb35f63260a7152ead7655f (patch)
tree865dd65298dd11d949efed2ac3f58f3564c7cc8f /tools/common.h
parentd7965cce4c5f95da7971bce6f800739a4cd2f17d (diff)
Introduce dc::Package, changing lots of namespaces in the process.
Diffstat (limited to 'tools/common.h')
-rw-r--r--tools/common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/common.h b/tools/common.h
index c2d3e91c..0b1dd341 100644
--- a/tools/common.h
+++ b/tools/common.h
@@ -20,9 +20,7 @@
#include "exceptions.h"
namespace dcp {
-namespace dc {
-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);
}
-}