X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRowPainter.h;h=a4120e6dfd81f38eaf65621cab5fc1d320d22b44;hb=044933b0d929e759d0c7badf55eafc471623cc0c;hp=aa48f466729c4dc357faf5a78bb00c9e39a180d3;hpb=b63421b7dc65e0c721f8928d1330b9bb2cff43d8;p=lyx.git diff --git a/src/RowPainter.h b/src/RowPainter.h index aa48f46672..a4120e6dfd 100644 --- a/src/RowPainter.h +++ b/src/RowPainter.h @@ -63,7 +63,7 @@ private: void paintStringAndSel(Row::Element const & e); void paintMisspelledMark(double orig_x, Row::Element const & e) const; void paintChange(double orig_x , Font const & font, Change const & change) const; - int paintAppendixStart(int y) const; + void paintAppendixStart(int y) const; void paintInset(Inset const * inset, Font const & font, Change const & change, pos_type const pos); @@ -103,7 +103,6 @@ private: int solid_line_thickness_; int solid_line_offset_; int dotted_line_thickness_; - int dotted_line_offset_; }; } // namespace lyx