summaryrefslogtreecommitdiff
path: root/src/subtitle_node.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-05 16:55:32 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-05 16:55:32 +0000
commitca5f02dbf193fa5655c57cb25be96a3c9fd05157 (patch)
treed5be6180bca64a0f4f8af9aaef2030080787fc24 /src/subtitle_node.cc
parente3b5521ac40125c3dfd9f254856cf58ea1584f79 (diff)
Put everything into dcp::dc and change DCP -> Package.
Diffstat (limited to 'src/subtitle_node.cc')
-rw-r--r--src/subtitle_node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_node.cc b/src/subtitle_node.cc
index e221b43b..2bf8b144 100644
--- a/src/subtitle_node.cc
+++ b/src/subtitle_node.cc
@@ -29,7 +29,7 @@ using std::list;
using boost::optional;
using boost::shared_ptr;
using boost::lexical_cast;
-using namespace dcp;
+using namespace dcp::dc;
SubtitleNode::SubtitleNode (boost::shared_ptr<const cxml::Node> node, int tcr, string font_id_attribute)
{