diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-05 16:55:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-05 16:55:32 +0000 |
| commit | ca5f02dbf193fa5655c57cb25be96a3c9fd05157 (patch) | |
| tree | d5be6180bca64a0f4f8af9aaef2030080787fc24 /src/interop_load_font_node.h | |
| parent | e3b5521ac40125c3dfd9f254856cf58ea1584f79 (diff) | |
Put everything into dcp::dc and change DCP -> Package.
Diffstat (limited to 'src/interop_load_font_node.h')
| -rw-r--r-- | src/interop_load_font_node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interop_load_font_node.h b/src/interop_load_font_node.h index f21a03aa..f25c3c11 100644 --- a/src/interop_load_font_node.h +++ b/src/interop_load_font_node.h @@ -23,6 +23,7 @@ #include <boost/optional.hpp> namespace dcp { +namespace dc { class InteropLoadFontNode : public LoadFontNode { @@ -38,3 +39,4 @@ bool operator== (InteropLoadFontNode const & a, InteropLoadFontNode const & b); bool operator!= (InteropLoadFontNode const & a, InteropLoadFontNode const & b); } +} |
