summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2015-04-07 12:00:02 -0400
committerAndy Schwerin <schwerin@mongodb.com>2015-04-07 12:00:25 -0400
commit7a3718e87ec8793dbbd92c2dd2d1f52a07e59bba (patch)
tree4e4d503ce2864fd54f01e5ad58df1eef401844d0 /src
parenta26a212dd3eb18b8c54aaab8f202c00712718004 (diff)
downloadmongo-7a3718e87ec8793dbbd92c2dd2d1f52a07e59bba.tar.gz
SERVER-17817 Refix compile error involving using auto when defining static const members.
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/curop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp
index 8949fe2b266..47c5649b9d5 100644
--- a/src/mongo/db/curop.cpp
+++ b/src/mongo/db/curop.cpp
@@ -95,7 +95,7 @@ namespace mongo {
const CurOp _base;
};
- const Client::Decoration<ClientCuropStack> CurOp::_curopStack =
+ const Client::Decoration<CurOp::ClientCuropStack> CurOp::_curopStack =
Client::declareDecoration<CurOp::ClientCuropStack>();
// Enabling the maxTimeAlwaysTimeOut fail point will cause any query or command run with a