diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-10 16:07:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-10 16:07:44 +0100 |
| commit | e30c30ef7bbd8413ac0c8390abe574d5dd1cf5f7 (patch) | |
| tree | f67b4a9364264d433535dbc24a19b6df6ac59049 /src/load_font.h | |
| parent | 863ff8cced5b7d1d36ad6761fa1f6e2dbeafcad6 (diff) | |
Adapt to new libcxml ARI. Compiles but does not pass tests.1.0-new-cxml
Diffstat (limited to 'src/load_font.h')
| -rw-r--r-- | src/load_font.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <libcxml/cxml.h> #include <boost/shared_ptr.hpp> #include <boost/optional.hpp> @@ -30,7 +31,7 @@ class LoadFont { public: LoadFont () {} - LoadFont (boost::shared_ptr<const cxml::Node> node); + LoadFont (cxml::ConstNodePtr node); std::string id; boost::optional<std::string> uri; |
