Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 1382454

Browse files
authored
feat: const qualify ConnectionOptions::background_threads_factory() (#1240)
1 parent 449dcc8 commit 1382454

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

308 Bytes
Binary file not shown.

google/cloud/spanner/connection_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class ConnectionOptions {
192192

193193
using BackgroundThreadsFactory =
194194
std::function<std::unique_ptr<BackgroundThreads>()>;
195-
BackgroundThreadsFactory background_threads_factory() {
195+
BackgroundThreadsFactory background_threads_factory() const {
196196
return background_threads_factory_;
197197
}
198198

0 commit comments

Comments
 (0)