]> git.lyx.org Git - lyx.git/blobdiff - src/Compare.h
Better debug message.
[lyx.git] / src / Compare.h
index dff108e3adb5a2e02a6b5dcf60d5d7eaa86d1cf9..39ba46967146f3aa8aefe4412cb552e9fc82907f 100644 (file)
 
 #include "support/FileName.h"
 
-#include <string>
-
 #include <QObject>
 #include <QThread>
 #include <QWaitCondition>
 
+#include <string>
+
 
 namespace lyx {
 
@@ -86,12 +86,12 @@ private:
        /// Starts the comparison algorithm
        int doCompare();
        
-       /// The buffer with the differences marked with track changes
-       Buffer * const dest_buffer;
-       /// The old document's buffer
-       Buffer const * const old_buffer;
        /// The new document's buffer
        Buffer const * const new_buffer;
+       /// The old document's buffer
+       Buffer const * const old_buffer;
+       /// The buffer with the differences marked with track changes
+       Buffer * const dest_buffer;
        
        /// The options that are set in the GuiCompare dialog
        CompareOptions options_;