diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,6 +208,7 @@ private: }; typedef boost::shared_ptr<cxml::Node> NodePtr; +typedef boost::shared_ptr<const cxml::Node> ConstNodePtr; class Document : public Node { |
