summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/querytests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/querytests.cpp')
-rw-r--r--src/mongo/dbtests/querytests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/querytests.cpp b/src/mongo/dbtests/querytests.cpp
index 1309ecedc8c..576a791a1bf 100644
--- a/src/mongo/dbtests/querytests.cpp
+++ b/src/mongo/dbtests/querytests.cpp
@@ -927,7 +927,7 @@ public:
static const char* ns() {
return "unittests.querytests.AutoResetIndexCache";
}
- static const NamespaceString nss() {
+ static NamespaceString nss() {
return NamespaceString(ns());
}
void index() {