summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/update.h
diff options
context:
space:
mode:
authorQingyang Chen <qingyang.chen@10gen.com>2015-06-19 17:20:36 -0400
committerQingyang Chen <qingyang.chen@10gen.com>2015-06-26 10:10:34 -0400
commit159f54fcb550d6ff660efd2832ac5ae8b6fced56 (patch)
tree2b6ac085b3375ce151d92fa1db9b4a38d92da25f /src/mongo/db/exec/update.h
parent2931e33f4d6efb3aa176eaa951be6c91abce2b43 (diff)
downloadmongo-159f54fcb550d6ff660efd2832ac5ae8b6fced56.tar.gz
SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signatures
Diffstat (limited to 'src/mongo/db/exec/update.h')
-rw-r--r--src/mongo/db/exec/update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/update.h b/src/mongo/db/exec/update.h
index 28ff014b232..a891e2df9d8 100644
--- a/src/mongo/db/exec/update.h
+++ b/src/mongo/db/exec/update.h
@@ -111,7 +111,7 @@ public:
*
* Should only be called once this stage is EOF.
*/
- static UpdateResult makeUpdateResult(PlanExecutor* exec, OpDebug* opDebug);
+ static UpdateResult makeUpdateResult(const PlanExecutor& exec, OpDebug* opDebug);
/**
* Computes the document to insert if the upsert flag is set to true and no matching