diff --git a/benchmarks/spreadsheet-load.cpp b/benchmarks/spreadsheet-load.cpp index dab189ae..0caadb02 100644 --- a/benchmarks/spreadsheet-load.cpp +++ b/benchmarks/spreadsheet-load.cpp @@ -5,7 +5,7 @@ namespace { using milliseconds_d = std::chrono::duration; -void run_test(xlnt::path &const file, int runs = 10) +void run_test(const xlnt::path &file, int runs = 10) { std::cout << file.string() << "\n\n";