]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathXYArrow.cpp
rename LColor into Color
[features.git] / src / mathed / InsetMathXYArrow.cpp
index 1853c2e4d946ddee65b044afec0aea2306c88431..5520ca47d5a909755dd589e70d005af4f32c8f25 100644 (file)
@@ -133,7 +133,7 @@ void InsetMathXYArrow::draw(PainterInfo & pi, int x, int y) const
                pi.pain.text(x, y, "X");
                MathData const & s = sourceCell();
                MathData const & t = targetCell();
-               pi.pain.line(s.xm(), s.ym(), t.xm(), t.ym(), LColor::math);
+               pi.pain.line(s.xm(), s.ym(), t.xm(), t.ym(), Color::math);
                cell(1).draw(pi, (s.xm() + t.xm())/2, (s.ym() + t.ym())/2);
 
        }