X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCompare.h;h=df2c7facd53f24f02f155e4bced14cdb732f26cc;hb=1d637b8af0f76d7c758db91ee3a196306f861a21;hp=40ecf5c23aec832a42f3108782bfb9a2a2609341;hpb=51aebc9327345f6ea065035f489dbfec1568279f;p=lyx.git diff --git a/src/Compare.h b/src/Compare.h index 40ecf5c23a..df2c7facd5 100644 --- a/src/Compare.h +++ b/src/Compare.h @@ -12,8 +12,6 @@ #ifndef COMPARE_H #define COMPARE_H -#include "Buffer.h" - #include #include #include @@ -22,6 +20,8 @@ namespace lyx { +class Buffer; + /** * The options that are used by the Comparison algorithm * and are set in the GuiCompare Dialog. @@ -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; }; /**