summaryrefslogtreecommitdiff
path: root/src/cxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cxml.h')
-rw-r--r--src/cxml.h1
1 files changed, 1 insertions, 0 deletions
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 &);