summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/compare_node.h
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-07-27 11:06:55 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2017-07-31 14:42:24 -0400
commit3867d603a00888a4cd16d52380233f585db5c0fb (patch)
tree1f1f0485c1348700b2f30531e2fc9039473bdf90 /src/mongo/db/update/compare_node.h
parent0a55ace0a362a5944fedbaec2d95b2d7cda750d6 (diff)
downloadmongo-3867d603a00888a4cd16d52380233f585db5c0fb.tar.gz
SERVER-28773 UpdateNode::apply should take a parameter struct
Diffstat (limited to 'src/mongo/db/update/compare_node.h')
-rw-r--r--src/mongo/db/update/compare_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/compare_node.h b/src/mongo/db/update/compare_node.h
index 0a4cfac3379..eb071652d5d 100644
--- a/src/mongo/db/update/compare_node.h
+++ b/src/mongo/db/update/compare_node.h
@@ -51,7 +51,7 @@ public:
void setCollator(const CollatorInterface* collator) final;
protected:
- void updateExistingElement(mutablebson::Element* element, bool* noop) const final;
+ bool updateExistingElement(mutablebson::Element* element) const final;
void setValueForNewElement(mutablebson::Element* element) const final;
private: