]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / rowpainter.h
index aa550627c67d89cb60c32fbad311016379d5a90c..7304cd8f1961be6a0594c402ba5360585319de06 100644 (file)
@@ -70,11 +70,8 @@ private:
        /// return the label font for this row
        Font const getLabelFont() const;
 
-       /// bufferview to paint on
-       BufferView & bv_;
-
-       /// Painter to use
-       frontend::Painter & pain_;
+       /// contains painting related information.
+       PainterInfo & pi_;
 
        /// Text for the row
        Text const & text_;