]> git.lyx.org Git - lyx.git/blobdiff - src/PainterBase.h
Indentation change + small #ifndef NEW_INSETS fix.
[lyx.git] / src / PainterBase.h
index 2093646e10f2bb333fed513eafc65564028113ac..bd9832925616f2f68b9eb265d67d02f7f5907d25 100644 (file)
@@ -94,7 +94,7 @@ public:
        virtual PainterBase & fillPolygon(
                int const * xp, int const * yp,
                int np,
-               LColor::color =LColor::foreground) = 0;
+               LColor::color = LColor::foreground) = 0;
 
        /// Draw lines from x1,y1 to x2,y2. They are arrays
         virtual PainterBase & segments(