diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-29 17:54:14 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-29 17:54:14 +0100 |
commit | b2f3b566c0c0edd41b0314fcbf516a3d7876e14b (patch) | |
tree | 1cebf349b746ae606354733e9464581d530fb5e7 /diff.h | |
parent | 32b5b50dacb1bfc02a0baef0eda47df8d5f2be37 (diff) |
Fix concurrent edit, tests
Diffstat (limited to 'diff.h')
-rw-r--r-- | diff.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |