]> git.lyx.org Git - lyx.git/blobdiff - src/Compare.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / Compare.h
index dff108e3adb5a2e02a6b5dcf60d5d7eaa86d1cf9..f2583aebaa87346b42c29091fed9a9090ff12ca4 100644 (file)
@@ -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_;