]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.cpp
Output end of math environments at the beginning of a new line,
[lyx.git] / src / LaTeXFeatures.cpp
index 8e431011520d1e9a8ef38b2c17de8716a3e04081..8820e1c412bca088e5654ab6645523ba2b161217 100644 (file)
@@ -922,7 +922,7 @@ docstring const LaTeXFeatures::getMacros() const
                macros << changetracking_dvipost_def;
        
        if (mustProvide("ct-xcolor-ulem")) {
-               int const prec = macros.precision(2);
+               streamsize const prec = macros.precision(2);
        
                RGBColor cadd = rgbFromHexName(lcolor.getX11Name(Color_addedtext));
                macros << "\\providecolor{lyxadded}{rgb}{"