]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSpace.cpp
rename LColor into Color
[features.git] / src / mathed / InsetMathSpace.cpp
index 8d3df0930b28499ebd585483ec25fcbeec27948e..144a6c534e540f8e78312126d0c12155a41d8af7 100644 (file)
@@ -15,7 +15,7 @@
 #include "MathStream.h"
 
 #include "LaTeXFeatures.h"
-#include "LColor.h"
+#include "Color.h"
 
 #include "frontends/Painter.h"
 
@@ -109,7 +109,7 @@ void InsetMathSpace::draw(PainterInfo & pi, int x, int y) const
        xp[2] = x + w - 2;  yp[2] = y;
        xp[3] = x + w - 2;  yp[3] = y - 3;
 
-       pi.pain.lines(xp, yp, 4, (space_ < 3) ? LColor::latex : LColor::math);
+       pi.pain.lines(xp, yp, 4, (space_ < 3) ? Color::latex : Color::math);
 }