diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-14 20:15:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-14 20:15:43 +0000 |
| commit | ed6a471b61d36a3ba7e8696fa3e5606406c5cf62 (patch) | |
| tree | 3ca098925eb269c4cd41ff22124773ba7d36c14b /src/xml.h | |
| parent | 67cf9c95d190b1f2a67d73c0a7f712e213b6e71a (diff) | |
| parent | 62ee85a258aa9329544d8542dfbcc40ce8177a7a (diff) | |
Merge master
Diffstat (limited to 'src/xml.h')
| -rw-r--r-- | src/xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,7 @@ namespace xmlpp { namespace libdcp { +/** @brief A helper class for XML nodes */ class XMLNode { public: @@ -86,6 +87,7 @@ private: std::list<Glib::ustring> _taken; }; +/** @brief A helper class for XML files */ class XMLFile : public XMLNode { public: |
