summaryrefslogtreecommitdiff
path: root/src/interop_load_font.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-28 02:41:13 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-28 02:41:13 +0000
commit795b049f4a167677a8a2d39a4a09e8f5c2bb8dca (patch)
tree09ed1934110e30e3f5eaa3a1d15cca3e05573572 /src/interop_load_font.h
parent1e0e3f4c2f3c956a4c011aaa1f9fb42a7339b129 (diff)
More tests.
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;