]> git.lyx.org Git - lyx.git/blobdiff - src/changes.h
Fix bug 2195: Slowness in rendering inside insets, especially on the Mac
[lyx.git] / src / changes.h
index 1e4afed71b3146153b751a5761a6f6490b5e6ea0..1103bd2012fe204f962369d6fbb651c4c28513fa 100644 (file)
@@ -89,7 +89,7 @@ public:
 
        /// output latex to mark a transition between two changetypes
        /// returns length of text outputted
-       static int latexMarkChange(std::ostream & os, Change::Type old, 
+       static int latexMarkChange(std::ostream & os, Change::Type old,
                Change::Type change, bool const & output);
 
        /// output .lyx file format for transitions between changes