summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/current_date_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/update/current_date_node.h')
-rw-r--r--src/mongo/db/update/current_date_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/update/current_date_node.h b/src/mongo/db/update/current_date_node.h
index c6881d27fb3..c30fd5b1974 100644
--- a/src/mongo/db/update/current_date_node.h
+++ b/src/mongo/db/update/current_date_node.h
@@ -47,7 +47,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: