mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Providing an explicit default value disables aggregate initialisation
This commit is contained in:
parent
49bd0c8fb4
commit
fa19d8fccc
|
@ -38,7 +38,7 @@ struct rich_text_run
|
||||||
{
|
{
|
||||||
std::string first;
|
std::string first;
|
||||||
optional<font> second;
|
optional<font> second;
|
||||||
bool preserve_space = false;
|
bool preserve_space;
|
||||||
|
|
||||||
bool operator==(const rich_text_run &other) const;
|
bool operator==(const rich_text_run &other) const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user