]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
Compile fix.
[lyx.git] / src / Changes.h
index 615b1099b1a7e848fd8741762282c7ee103271ca..2183adf0404a67161f3e26b673c3a861ebb3e7f6 100644 (file)
@@ -103,8 +103,8 @@ public:
                                   Change const & oldChange, Change const & change);
 
        /// output .lyx file format for transitions between changes
-       static void lyxMarkChange(std::ostream & os, int & column,
-               Change const & old, Change const & change);
+       static void lyxMarkChange(std::ostream & os, BufferParams const & bparams,
+               int & column, Change const & old, Change const & change);
 
        ///
        void checkAuthors(AuthorList const & authorList);