diff options
Diffstat (limited to 'src/mongo/db/explain.cpp')
-rw-r--r-- | src/mongo/db/explain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/explain.cpp b/src/mongo/db/explain.cpp index ecfa182f85e..cbc05feed87 100644 --- a/src/mongo/db/explain.cpp +++ b/src/mongo/db/explain.cpp @@ -23,7 +23,7 @@ namespace mongo { - // TODO get rid of const casts + // !!! TODO get rid of const casts ExplainPlanInfo::ExplainPlanInfo() : _isMultiKey(), |