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 a8da82a..ce62ca9 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -221,6 +221,7 @@ public:
void read_file (boost::filesystem::path);
void read_stream (std::istream &);
+ void read_string (std::string);
std::string root_name () const {
return _root_name;