From 760ce54a39af82c0f4ea35f836228ce239d5a76d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 16 May 2014 12:44:31 +0100 Subject: Add ConstNodePtr. --- src/cxml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cxml.h b/src/cxml.h index 4ae82dc..0f57b92 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -208,6 +208,7 @@ private: }; typedef boost::shared_ptr NodePtr; +typedef boost::shared_ptr ConstNodePtr; class Document : public Node { -- cgit v1.2.3