mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Add static keyword
Mark `xlnt::detail::read_defined_names()` as static as it is not supposed to be used outside this translation unit.
This commit is contained in:
parent
fbae8cd6c1
commit
b355aef997
|
@ -449,7 +449,7 @@ void xlsx_consumer::read_worksheet(const std::string &rel_id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void read_defined_names(worksheet ws, std::vector<defined_name> defined_names)
|
static void read_defined_names(worksheet ws, std::vector<defined_name> defined_names)
|
||||||
{
|
{
|
||||||
for (auto &name : defined_names)
|
for (auto &name : defined_names)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user