From b2f3b566c0c0edd41b0314fcbf516a3d7876e14b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 29 Jan 2023 17:54:14 +0100 Subject: Fix concurrent edit, tests --- diff.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'diff.h') diff --git a/diff.h b/diff.h index 09d0936..5c2c335 100644 --- a/diff.h +++ b/diff.h @@ -19,6 +19,8 @@ public: std::string apply(const std::string& old_version) const; + bool empty() const; + boost::property_tree::ptree get_structure() const; std::string get_xml() const; -- cgit v1.2.3