summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_downconvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/write_ops/batch_downconvert.h')
-rw-r--r--src/mongo/s/write_ops/batch_downconvert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/write_ops/batch_downconvert.h b/src/mongo/s/write_ops/batch_downconvert.h
index 46607aef1c0..76f87d93db1 100644
--- a/src/mongo/s/write_ops/batch_downconvert.h
+++ b/src/mongo/s/write_ops/batch_downconvert.h
@@ -70,7 +70,7 @@ Status enforceLegacyWriteConcern(MultiCommandDispatch* dispatcher,
// Helper that acts as an auto-ptr for write and wc errors
struct GLEErrors {
std::unique_ptr<WriteErrorDetail> writeError;
- std::unique_ptr<WCErrorDetail> wcError;
+ std::unique_ptr<WriteConcernErrorDetail> wcError;
};
/**