commit acadb4d6083bc5dcf85d98041fbf6e717fc818ec
Author: Scott Kostyshak <[email protected]>
Date:   Mon Dec 7 02:02:04 2015 -0500

    Fix a debug comment

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

Reply via email to