diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-19 14:03:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-19 14:03:23 +0000 |
| commit | 1f1c86e43d269533805cfb2c49e733e2a4b69781 (patch) | |
| tree | 558c035bb95b617b2b1b7e6229a84bbaea736a87 /src | |
| parent | a3f5b701612226d919be76068094c0af616cfba2 (diff) | |
Add helpful typedef.
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: |
