summaryrefslogtreecommitdiff
path: root/src/mongo/client/syncclusterconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/syncclusterconnection.h')
-rw-r--r--src/mongo/client/syncclusterconnection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/client/syncclusterconnection.h b/src/mongo/client/syncclusterconnection.h
index b47d4cfe0eb..86ad8421ff1 100644
--- a/src/mongo/client/syncclusterconnection.h
+++ b/src/mongo/client/syncclusterconnection.h
@@ -30,7 +30,6 @@
#pragma once
-#include <boost/scoped_ptr.hpp>
#include "mongo/bson/bsonelement.h"
#include "mongo/bson/bsonobj.h"
@@ -162,7 +161,7 @@ namespace mongo {
std::vector<BSONObj> _lastErrors;
// Optionally attached by user
- boost::scoped_ptr<QueryHandler> _customQueryHandler;
+ std::unique_ptr<QueryHandler> _customQueryHandler;
mongo::mutex _mutex;
std::map<std::string,int> _lockTypes;