]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
Do not use \&@#^_~$ as lstinline delimiter, as suggested by Herbert
[lyx.git] / src / Changes.h
index b50c00e02cff2f61907f7b839d2b7fcd50f78f20..d7041480cb6e32639bdbceea3e4ad8302222994c 100644 (file)
@@ -49,6 +49,8 @@ public:
 bool operator==(Change const & l, Change const & r);
 bool operator!=(Change const & l, Change const & r);
 
+class BufferParams;
+
 class Changes {
 public:
        /// set the pos to the given change
@@ -76,8 +78,8 @@ public:
 
        /// output latex to mark a transition between two change types
        /// returns length of text outputted
-       static int latexMarkChange(odocstream & os, Change::Type oldChangeType,
-               Change::Type changeType, bool const & output);
+       static int latexMarkChange(odocstream & os, BufferParams const & bparams,
+                                  Change const & oldChange, Change const & change);
 
        /// output .lyx file format for transitions between changes
        static void lyxMarkChange(std::ostream & os, int & column,