]> git.lyx.org Git - lyx.git/blobdiff - src/changes.h
hopefully fix tex2lyx linking.
[lyx.git] / src / changes.h
index 7ee38031f7ea437e44ff212805527acf08efee0c..e2f0e9d4b801d52e166b0ae9b496d4f2b299966b 100644 (file)
@@ -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;