From 1f1c86e43d269533805cfb2c49e733e2a4b69781 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 19 Nov 2013 14:03:23 +0000 Subject: Add helpful typedef. --- src/cxml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/cxml.h b/src/cxml.h index 2c4ff24..9a816a2 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -169,6 +169,8 @@ private: mutable std::list _taken; }; +typedef boost::shared_ptr NodePtr; + class Document : public Node { public: -- cgit v1.2.3