From acadb4d6083bc5dcf85d98041fbf6e717fc818ec Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 7 Dec 2015 02:02:04 -0500 Subject: [PATCH] Fix a debug comment --- src/mathed/InsetMathChar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2