From ad7933d783a182af7b2d9a2a3b5783a1f7cb0df6 Mon Sep 17 00:00:00 2001 From: JCrawfy Date: Sat, 16 Nov 2019 12:59:58 +1300 Subject: [PATCH] and another silent one... --- benchmarks/spreadsheet-load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";