mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix a missing-braces warning for initialization of subobject
This commit is contained in:
parent
2a3b54d57b
commit
23a3148c02
@ -75,7 +75,7 @@ void TexRow::RowEntryList::append(RowEntryList const & row)
|
||||
|
||||
|
||||
TexRow::TextEntry const TexRow::text_none = { -1, 0 };
|
||||
TexRow::RowEntry const TexRow::row_none = { false, TexRow::text_none };
|
||||
TexRow::RowEntry const TexRow::row_none = { false, { TexRow::text_none } };
|
||||
|
||||
|
||||
bool TexRow::isNone(TextEntry const & t)
|
||||
|
Loading…
Reference in New Issue
Block a user