mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix bug in 81badf: char_type and double do not have the same size
This commit is contained in:
parent
0b09424017
commit
af1ca8405f
@ -105,7 +105,8 @@ size_t ParagraphMetrics::computeRowSignature(Row const & row,
|
||||
static_cast<char_type>(row.sel_end),
|
||||
row.begin_margin_sel,
|
||||
row.end_margin_sel,
|
||||
row.separator,
|
||||
reinterpret_cast<char_type const *>(&row.separator)[0],
|
||||
reinterpret_cast<char_type const *>(&row.separator)[1],
|
||||
d.wid, d.asc, d.des };
|
||||
crc.process_bytes(b, sizeof(b));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user