X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathData.cpp;h=a911cc839aec0a2da88fa620828ce2278e240140;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=a0e9222c828a43626fe9f7e7613c37cd04e4d07c;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/MathData.cpp b/src/mathed/MathData.cpp index a0e9222c82..a911cc839a 100644 --- a/src/mathed/MathData.cpp +++ b/src/mathed/MathData.cpp @@ -14,7 +14,7 @@ #include "InsetMathFont.h" #include "InsetMathScript.h" #include "MathMacro.h" -#include "MathMacroTable.h" +#include "MacroTable.h" #include "MathStream.h" #include "MathSupport.h" #include "ReplaceData.h" @@ -23,7 +23,7 @@ #include "Buffer.h" #include "Cursor.h" #include "debug.h" -#include "LColor.h" +#include "Color.h" #include "frontends/FontMetrics.h" #include "frontends/Painter.h" @@ -299,7 +299,7 @@ void MathData::draw(PainterInfo & pi, int x, int y) const setXY(bv, x, y); if (empty()) { - pi.pain.rectangle(x, y - ascent(), width(), height(), LColor::mathline); + pi.pain.rectangle(x, y - ascent(), width(), height(), Color::mathline); return; }