diff options
| -rw-r--r-- | src/cxml.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -169,6 +169,8 @@ private: mutable std::list<Glib::ustring> _taken; }; +typedef boost::shared_ptr<cxml::Node> NodePtr; + class Document : public Node { public: |
![]() |
index : libcxml | |
| libxml++ helper library | cth@carlh.net |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/cxml.h | 2 |
@@ -169,6 +169,8 @@ private: mutable std::list<Glib::ustring> _taken; }; +typedef boost::shared_ptr<cxml::Node> NodePtr; + class Document : public Node { public: |