diff --git a/source/detail/serialization/xlsx_consumer.cpp b/source/detail/serialization/xlsx_consumer.cpp index e7dce8d1..9d97cdaf 100644 --- a/source/detail/serialization/xlsx_consumer.cpp +++ b/source/detail/serialization/xlsx_consumer.cpp @@ -449,7 +449,7 @@ void xlsx_consumer::read_worksheet(const std::string &rel_id) } } -void read_defined_names(worksheet ws, std::vector defined_names) +static void read_defined_names(worksheet ws, std::vector defined_names) { for (auto &name : defined_names) {