]> git.lyx.org Git - lyx.git/blobdiff - src/PainterBase.h
Minor code shuffle.
[lyx.git] / src / PainterBase.h
index 2093646e10f2bb333fed513eafc65564028113ac..df650cd78bae1b6cd68fbbc632f5407a65d1cf10 100644 (file)
@@ -4,7 +4,7 @@
  * 
  *           LyX, The Document Processor
  *      
- *         Copyright 1998-2000 The LyX Team
+ *         Copyright 1998-2001 The LyX Team
  *
  *======================================================*/
 
@@ -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(