]> 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 994e4584097927105045e9ee0127064c0f4c31a7..1103bd2012fe204f962369d6fbb651c4c28513fa 100644 (file)
@@ -89,7 +89,8 @@ public:
 
        /// output latex to mark a transition between two changetypes
        /// returns length of text outputted
-       static int latexMarkChange(std::ostream & os, Change::Type old, Change::Type change);
+       static int latexMarkChange(std::ostream & os, Change::Type old,
+               Change::Type change, bool const & output);
 
        /// output .lyx file format for transitions between changes
        static void lyxMarkChange(std::ostream & os, int & column,