Add helpful typedef.
authorCarl Hetherington <cth@carlh.net>
Tue, 19 Nov 2013 14:03:23 +0000 (14:03 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 19 Nov 2013 14:03:23 +0000 (14:03 +0000)
src/cxml.h

index 2c4ff24b7bd10381454d194f8ccf04907e5a5371..9a816a2cb113a653fea4f6af588fc092c57ecc8c 100644 (file)
@@ -169,6 +169,8 @@ private:
        mutable std::list<Glib::ustring> _taken;
 };
 
+typedef boost::shared_ptr<cxml::Node> NodePtr;
+
 class Document : public Node
 {
 public: