X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPainter.h;h=8d39c2ba02c72e75d74464b0fe9ac95fc41cb6bd;hb=8d1c58af82d1fc356f470dff97878ab7c3e8a2fe;hp=ba001988a45c41a2dcc74d00612b472225383276;hpb=67d3d471946bd6e2a4b513e0f967e14f6e7d4df8;p=lyx.git diff --git a/src/Painter.h b/src/Painter.h index ba001988a4..8d39c2ba02 100644 --- a/src/Painter.h +++ b/src/Painter.h @@ -15,7 +15,6 @@ #pragma interface #endif -#include #include "LString.h" // This is only included to provide stuff for the non-public sections @@ -74,7 +73,7 @@ public: /// Fill a rectangle PainterBase & fillRectangle(int x, int y, int w, int h, - LColor::color = LColor::background); + LColor::color); /// For the graphics inset. PainterBase & image(int x, int y, int w, int h, LyXImage const * image);