From 41fc6e366ad3de85704c35961beaf539ab9ceb8b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 Jan 2014 17:11:32 +0000 Subject: namespace libdcp -> dcp. --- src/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exceptions.cc') diff --git a/src/exceptions.cc b/src/exceptions.cc index 6a32a33f..c3755a60 100644 --- a/src/exceptions.cc +++ b/src/exceptions.cc @@ -21,7 +21,7 @@ #include "compose.hpp" using std::string; -using namespace libdcp; +using namespace dcp; FileError::FileError (std::string const & message, boost::filesystem::path filename, int number) : _message (String::compose ("%1 (error %2) (%3)", message, filename.string(), number)) -- cgit v1.2.3