summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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: