summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_local.h
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2016-06-24 11:12:39 -0400
committerDianna Hohensee <dianna.hohensee@10gen.com>2016-07-13 14:57:19 -0400
commit08f3a57fbb54e72a03e47047a1e8aea0f708f1c7 (patch)
tree0aa8510937037a085d4d322894b352b14aa05357 /src/mongo/s/client/shard_local.h
parentf18bb78b469cc980c45ce0e5a3eb66d4c090292e (diff)
downloadmongo-08f3a57fbb54e72a03e47047a1e8aea0f708f1c7.tar.gz
SERVER-24532 adding MigrationManager to manage parallel migrations
Diffstat (limited to 'src/mongo/s/client/shard_local.h')
-rw-r--r--src/mongo/s/client/shard_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/client/shard_local.h b/src/mongo/s/client/shard_local.h
index 27e2edbea40..56358b449dc 100644
--- a/src/mongo/s/client/shard_local.h
+++ b/src/mongo/s/client/shard_local.h
@@ -40,7 +40,7 @@ class ShardLocal : public Shard {
MONGO_DISALLOW_COPYING(ShardLocal);
public:
- explicit ShardLocal(const ShardId& id) : Shard(id) {}
+ explicit ShardLocal(const ShardId& id);
~ShardLocal() = default;