summaryrefslogtreecommitdiff
path: root/src/font_node.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 /src/font_node.cc
parentd7965cce4c5f95da7971bce6f800739a4cd2f17d (diff)
Introduce dc::Package, changing lots of namespaces in the process.
Diffstat (limited to 'src/font_node.cc')
-rw-r--r--src/font_node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font_node.cc b/src/font_node.cc
index 81e0fec7..5d857bc1 100644
--- a/src/font_node.cc
+++ b/src/font_node.cc
@@ -29,7 +29,7 @@ using std::string;
using std::list;
using boost::shared_ptr;
using boost::optional;
-using namespace dcp::dc;
+using namespace dcp;
FontNode::FontNode (cxml::ConstNodePtr node, int tcr, string font_id_attribute)
{