summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/projection.cpp')
-rw-r--r--src/mongo/db/exec/projection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/exec/projection.cpp b/src/mongo/db/exec/projection.cpp
index e907a5eca7a..25616bfb197 100644
--- a/src/mongo/db/exec/projection.cpp
+++ b/src/mongo/db/exec/projection.cpp
@@ -285,11 +285,11 @@ namespace mongo {
return ret.release();
}
- const CommonStats* ProjectionStage::getCommonStats() {
+ const CommonStats* ProjectionStage::getCommonStats() const {
return &_commonStats;
}
- const SpecificStats* ProjectionStage::getSpecificStats() {
+ const SpecificStats* ProjectionStage::getSpecificStats() const {
return &_specificStats;
}