X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphMetrics.cpp;h=77e126eed279caf63b933ba35188589bac45653e;hb=3830ce46db8b32003728b792e8b7c8e6c6d55561;hp=0e37c5f5d9b2e139bba01288b1c83cf0eace2891;hpb=51b28ba1d83f9e64f555a27235ca71b04da64736;p=features.git diff --git a/src/ParagraphMetrics.cpp b/src/ParagraphMetrics.cpp index 0e37c5f5d9..77e126eed2 100644 --- a/src/ParagraphMetrics.cpp +++ b/src/ParagraphMetrics.cpp @@ -105,10 +105,9 @@ size_t ParagraphMetrics::computeRowSignature(Row const & row, static_cast(row.sel_end), row.begin_margin_sel, row.end_margin_sel, - reinterpret_cast(&row.separator)[0], - reinterpret_cast(&row.separator)[1], d.wid, d.asc, d.des }; crc.process_bytes(b, sizeof(b)); + crc.process_bytes(&row.separator, sizeof(row.separator)); return crc.checksum(); }