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/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/font.h') diff --git a/src/font.h b/src/font.h index 0250e997..8c194422 100644 --- a/src/font.h +++ b/src/font.h @@ -43,7 +43,7 @@ public: : size (0) {} - Font (boost::shared_ptr node); + Font (cxml::ConstNodePtr node); Font (std::list > const & font_nodes); std::string text; -- cgit v1.2.3