summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw_convert.h')
-rw-r--r--src/raw_convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h
index 507af152..68bbaf7a 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -19,7 +19,7 @@
#include <sstream>
-namespace libdcp {
+namespace dcp {
/** A sort-of version of boost::lexical_cast that does uses the "C"
* locale (i.e. no thousands separators and a . for the decimal separator).