X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRow.cpp;h=c965210e7a1c258494a2f8af0a2c3e20bd65d2d7;hb=26f336769af8dd5c48c2c0241cd3fbfc50a3c65e;hp=6f1a31c078fbc0c5f2b2288da0934288153324e2;hpb=150b11e953c4fd6cfc8beca1d2af124db8cf734e;p=features.git diff --git a/src/Row.cpp b/src/Row.cpp index 6f1a31c078..c965210e7a 100644 --- a/src/Row.cpp +++ b/src/Row.cpp @@ -24,14 +24,14 @@ namespace lyx { Row::Row() - : changed_(false), crc_(0), pos_(0), end_(0), separator(0), hfill(0), - label_hfill(0), x(0), sel_beg(-1), sel_end(-1) + : separator(0), hfill(0), label_hfill(0), x(0), + sel_beg(-1), sel_end(-1), changed_(false), crc_(0), pos_(0), end_(0) {} Row::Row(pos_type pos) - : changed_(false), crc_(0), pos_(pos), end_(0), separator(0), hfill(0), - label_hfill(0), x(0), sel_beg(-1), sel_end(-1) + : separator(0), hfill(0), label_hfill(0), x(0), + sel_beg(-1), sel_end(-1), changed_(false), crc_(0), pos_(pos), end_(0) {} @@ -89,7 +89,7 @@ void Row::setSelection(pos_type beg, pos_type end) } -void Row::dump(const char * s) const +void Row::dump(char const * s) const { lyxerr << s << " pos: " << pos_ << " end: " << end_ << " width: " << dim_.wid