From e30c30ef7bbd8413ac0c8390abe574d5dd1cf5f7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 10 Oct 2014 16:07:44 +0100 Subject: Adapt to new libcxml ARI. Compiles but does not pass tests. --- src/load_font.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/load_font.h') diff --git a/src/load_font.h b/src/load_font.h index 6d52a509..4c419bdb 100644 --- a/src/load_font.h +++ b/src/load_font.h @@ -17,6 +17,7 @@ */ +#include #include #include @@ -30,7 +31,7 @@ class LoadFont { public: LoadFont () {} - LoadFont (boost::shared_ptr node); + LoadFont (cxml::ConstNodePtr node); std::string id; boost::optional uri; -- cgit v1.2.3