summaryrefslogtreecommitdiffhomepage
path: root/diff.h
diff options
context:
space:
mode:
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index fbf09b1..09d0936 100644
--- a/diff.h
+++ b/diff.h
@@ -11,6 +11,9 @@ public:
Diff(const std::string& old_version, const std::string& new_version);
void create(const std::string& old_version, const std::string& new_version);
+ Diff(const boost::property_tree::ptree& ptree);
+ void create(const boost::property_tree::ptree& ptree);
+
Diff(const std::string& xml);
void create(const std::string& xml);