]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
fix "make check" with gcc 4.3
[lyx.git] / src / rowpainter.h
index 59dfe2cc0030174ce302370075cd2f2869fea5d1..d3e521496c7e6fd1ea79026f6a83fb8c82a3ac02 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author various
  * \author John Levon
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -14,6 +14,8 @@
 #ifndef ROWPAINTER_H
 #define ROWPAINTER_H
 
+#include "Changes.h"
+
 #include "support/types.h"
 
 namespace lyx {
@@ -92,8 +94,8 @@ private:
        /// one of them is active at a time.
        Bidi & bidi_;
 
-       /// is row erased? (change tracking)
-       bool erased_;
+       /// row changed? (change tracking)
+       Change const change_;
 
        // Looks ugly - is
        double const xo_;