diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-19 22:13:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-19 22:13:04 +0000 |
| commit | fb0822d3719a4668b58e8959232a04ddccd9a521 (patch) | |
| tree | 4d913878176fcb57dcba387191b8f99e05e266cf /src/cxml.h | |
| parent | 27780878701f85ad597addacd541f2e897719978 (diff) | |
Add new Document constructor.
Diffstat (limited to 'src/cxml.h')
| -rw-r--r-- | src/cxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ class Document : public Node { public: Document (std::string root_name); + Document (std::string root_name, boost::filesystem::path); void read_file (boost::filesystem::path); void read_stream (std::istream &); |
