diff options
Diffstat (limited to 'src/mongo/db/exec/eof.h')
-rw-r--r-- | src/mongo/db/exec/eof.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/exec/eof.h b/src/mongo/db/exec/eof.h index 7d83b4e2e96..247453d1d03 100644 --- a/src/mongo/db/exec/eof.h +++ b/src/mongo/db/exec/eof.h @@ -55,9 +55,9 @@ namespace mongo { PlanStageStats* getStats(); - virtual const CommonStats* getCommonStats(); + virtual const CommonStats* getCommonStats() const; - virtual const SpecificStats* getSpecificStats(); + virtual const SpecificStats* getSpecificStats() const; static const char* kStageType; |