summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-19 14:03:23 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-19 14:03:23 +0000
commit1f1c86e43d269533805cfb2c49e733e2a4b69781 (patch)
tree558c035bb95b617b2b1b7e6229a84bbaea736a87 /src
parenta3f5b701612226d919be76068094c0af616cfba2 (diff)
Add helpful typedef.
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h2
1 files changed, 2 insertions, 0 deletions
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<Glib::ustring> _taken;
};
+typedef boost::shared_ptr<cxml::Node> NodePtr;
+
class Document : public Node
{
public: