summaryrefslogtreecommitdiff
path: root/test/rewrite_subs.cc
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 /test/rewrite_subs.cc
parentd7965cce4c5f95da7971bce6f800739a4cd2f17d (diff)
Introduce dc::Package, changing lots of namespaces in the process.
Diffstat (limited to 'test/rewrite_subs.cc')
-rw-r--r--test/rewrite_subs.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc
index a8fdb459..36a8b7ce 100644
--- a/test/rewrite_subs.cc
+++ b/test/rewrite_subs.cc
@@ -58,12 +58,12 @@ main (int argc, char* argv[])
}
}
- catch (FileError& e)
+ catch (dcp::FileError& e)
{
cerr << e.what() << " (" << e.filename() << ") when reading " << argv[1] << "\n";
exit (EXIT_FAILURE);
}
- catch (DCPReadError& e)
+ catch (dcp::PackageReadError& e)
{
cerr << e.what() << " when reading " << argv[1] << "\n";
exit (EXIT_FAILURE);