diff --git a/src/mathed/InsetMathChar.cpp b/src/mathed/InsetMathChar.cpp index 724bad43fd..558bcd1c6e 100644 --- a/src/mathed/InsetMathChar.cpp +++ b/src/mathed/InsetMathChar.cpp @@ -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(0.25*em+0.5);