]> git.lyx.org Git - features.git/commitdiff
Fix a debug comment
authorScott Kostyshak <skostysh@lyx.org>
Mon, 7 Dec 2015 07:02:04 +0000 (02:02 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 7 Dec 2015 07:02:04 +0000 (02:02 -0500)
src/mathed/InsetMathChar.cpp

index 724bad43fd1b086503433e609bf7c2d8a1159713..558bcd1c6ee88675d92e6e168db7805f283f6487 100644 (file)
@@ -92,7 +92,7 @@ void InsetMathChar::metrics(MetricsInfo & mi, Dimension & dim) const
 
 void InsetMathChar::draw(PainterInfo & pi, int x, int y) const
 {
-       //lyxerr << "drawing '" << char_ << "' font: " << pi.base.fontname << endl;
+       //lyxerr << "drawing '" << char_ << "' font: " << pi.base.fontname << std::endl;
        int const em = mathed_font_em(pi.base.font);
        if (isBinaryOp(char_))
                x += static_cast<int>(0.25*em+0.5);