]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
use return value of regex_match to check whether a match was found
[lyx.git] / src / Changes.h
index cb5f57b080a360a939cf8ffc030ce4866a097a24..435d44bca37d609a1404152272434e5181fdf086 100644 (file)
@@ -103,7 +103,7 @@ public:
 
        /// output latex to mark a transition between two change types
        /// returns length of text outputted
-       static int latexMarkChange(odocstream & os, BufferParams const & bparams,
+       static int latexMarkChange(otexstream & os, BufferParams const & bparams,
                                   Change const & oldChange, Change const & change,
                                   OutputParams const & runparams);