mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
specify initializer list type (why is this needed?)
This commit is contained in:
parent
2cc3f7947a
commit
91ea4d81ad
|
@ -1470,7 +1470,7 @@ void xlsx_consumer::read_stylesheet()
|
||||||
}
|
}
|
||||||
else if (current_style_element == xml::qname(xmlns, "tableStyles"))
|
else if (current_style_element == xml::qname(xmlns, "tableStyles"))
|
||||||
{
|
{
|
||||||
skip_attributes({"defaultTableStyle", "defaultPivotStyle"});
|
skip_attributes(std::vector<std::string>{"defaultTableStyle", "defaultPivotStyle"});
|
||||||
|
|
||||||
auto count = parser().attribute<std::size_t>("count");
|
auto count = parser().attribute<std::size_t>("count");
|
||||||
std::size_t processed = 0;
|
std::size_t processed = 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user