From fb0822d3719a4668b58e8959232a04ddccd9a521 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Mar 2014 22:13:04 +0000 Subject: Add new Document constructor. --- src/cxml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cxml.h') diff --git a/src/cxml.h b/src/cxml.h index 9a816a2..df99056 100644 --- a/src/cxml.h +++ b/src/cxml.h @@ -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 &); -- cgit v1.2.3