aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/benchmark_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/util/benchmark_config.h')
-rw-r--r--test/cpp/util/benchmark_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/benchmark_config.h b/test/cpp/util/benchmark_config.h
index 3a3a6d61ae..9e98dc3550 100644
--- a/test/cpp/util/benchmark_config.h
+++ b/test/cpp/util/benchmark_config.h
@@ -49,7 +49,7 @@ void InitBenchmark(int* argc, char*** argv, bool remove_flags);
* The returned instane will take care of generating reports for all the actual
* reporters configured via the "enable_*_reporter" command line flags (see
* benchmark_config.cc). */
-const std::shared_ptr<Reporter>& GetReporter();
+std::shared_ptr<Reporter> GetReporter();
} // namespace testing
} // namespace grpc