summaryrefslogtreecommitdiff
path: root/src/interop_load_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interop_load_font.h')
-rw-r--r--src/interop_load_font.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/interop_load_font.h b/src/interop_load_font.h
index 61f63ffb..c553b557 100644
--- a/src/interop_load_font.h
+++ b/src/interop_load_font.h
@@ -17,13 +17,10 @@
*/
+#include <libcxml/cxml.h>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
-namespace cxml {
- class Node;
-}
-
namespace dcp {
class InteropLoadFont
@@ -31,7 +28,7 @@ class InteropLoadFont
public:
InteropLoadFont () {}
InteropLoadFont (std::string id, std::string uri);
- InteropLoadFont (boost::shared_ptr<const cxml::Node> node);
+ InteropLoadFont (cxml::ConstNodePtr node);
std::string id;
std::string uri;