]> git.lyx.org Git - lyx.git/blobdiff - src/Compare.h
Revert "Fixup 0cbe0d7a: avoid double redraw when completion is finished"
[lyx.git] / src / Compare.h
index 1c93fb58cee64c17ca8f0a1dfd7ce3a58ecee5c4..df2c7facd53f24f02f155e4bced14cdb732f26cc 100644 (file)
@@ -30,11 +30,13 @@ class CompareOptions {
 public:
        ///
        CompareOptions()
-               : settings_from_new(0)
+               : settings_from_new(0), author(0)
        {}
 
        /// Copy the settings from the new or old document
        bool settings_from_new;
+       /// Author id for change tracking
+       bool author;
 };
 
 /**