]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSpace.cpp
Move Color::color enum to ColorCode.h
[features.git] / src / mathed / InsetMathSpace.cpp
index af8b77ea3ee2cfdcb59c3513b18d4270b883d801..88701f2f5643d0928d784c5280335cf24042e3a8 100644 (file)
@@ -15,7 +15,6 @@
 #include "MathStream.h"
 
 #include "LaTeXFeatures.h"
-#include "Color.h"
 
 #include "frontends/Painter.h"
 
@@ -101,7 +100,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) ? Color::latex : Color::math);
+       pi.pain.lines(xp, yp, 4, (space_ < 3) ? Color_latex : Color_math);
 }