The unified diff between revisions [8846a6b8..] and [ebdccab0..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'cset.hh'
#
#
# patch "cset.hh"
# from [f2d58803ea89b51b5029a349c30acc3c6c3cf580]
# to [7bd817258ac15fa2b6e4c3473e9b97858721969d]
#
============================================================
--- cset.hh f2d58803ea89b51b5029a349c30acc3c6c3cf580
+++ cset.hh 7bd817258ac15fa2b6e4c3473e9b97858721969d
@@ -46,6 +46,8 @@ struct editable_tree
attr_key const & name,
attr_value const & val) = 0;
+ virtual void commit() = 0;
+
virtual ~editable_tree() {}
};