diff options
Diffstat (limited to 'src')
| -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: |
