X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fchanges.h;h=e2f0e9d4b801d52e166b0ae9b496d4f2b299966b;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=7ee38031f7ea437e44ff212805527acf08efee0c;hpb=ae1346990ba591538bc33e4bfc5e72bb05c132a8;p=lyx.git diff --git a/src/changes.h b/src/changes.h index 7ee38031f7..e2f0e9d4b8 100644 --- a/src/changes.h +++ b/src/changes.h @@ -36,6 +36,9 @@ public: explicit Change(Type t, int a = 0, time_type ct = current_time()) : type(t), author(a), changetime(ct) {} + /// is the change similar to the given change such that both can be merged? + bool isSimilarTo(Change const & change); + Type type; int author;