summaryrefslogtreecommitdiff
path: root/src/mongo/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client')
-rw-r--r--src/mongo/client/dbclient_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclient_connection.h b/src/mongo/client/dbclient_connection.h
index 4aa71f9d279..ca8ffc9f5f9 100644
--- a/src/mongo/client/dbclient_connection.h
+++ b/src/mongo/client/dbclient_connection.h
@@ -196,7 +196,7 @@ public:
*
* This is the only method that is allowed to be called from other threads.
*/
- void shutdownAndDisallowReconnect();
+ virtual void shutdownAndDisallowReconnect();
void setWireVersions(int minWireVersion, int maxWireVersion) {
_minWireVersion = minWireVersion;