summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r--src/mongo/db/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h
index af203a5255e..9f566763a93 100644
--- a/src/mongo/db/client.h
+++ b/src/mongo/db/client.h
@@ -337,7 +337,7 @@ public:
}
private:
- boost::intrusive_ptr<ThreadName> _originalThreadName;
+ ThreadNameRef _originalThreadName;
};
/**