summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_targeter_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/remote_command_targeter_mock.h')
-rw-r--r--src/mongo/client/remote_command_targeter_mock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/remote_command_targeter_mock.h b/src/mongo/client/remote_command_targeter_mock.h
index 49ae1302c63..108764b08a2 100644
--- a/src/mongo/client/remote_command_targeter_mock.h
+++ b/src/mongo/client/remote_command_targeter_mock.h
@@ -82,7 +82,7 @@ public:
/**
* Sets the return value for the next call to connectionString.
*/
- void setConnectionStringReturnValue(const ConnectionString returnValue);
+ void setConnectionStringReturnValue(ConnectionString returnValue);
/**
* Sets the return value for the next call to findHost.