diff options
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |