summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/modifier_set.h')
-rw-r--r--src/mongo/db/ops/modifier_set.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/ops/modifier_set.h b/src/mongo/db/ops/modifier_set.h
index 6e5a2df1e0f..71d44abe9cd 100644
--- a/src/mongo/db/ops/modifier_set.h
+++ b/src/mongo/db/ops/modifier_set.h
@@ -27,6 +27,8 @@
namespace mongo {
+ class LogBuilder;
+
class ModifierSet : public ModifierInterface {
MONGO_DISALLOW_COPYING(ModifierSet);
@@ -70,7 +72,7 @@ namespace mongo {
* Adds a log entry to logRoot corresponding to the operation applied here. Returns OK
* if successful or a status describing the error.
*/
- virtual Status log(mutablebson::Element logRoot) const;
+ virtual Status log(LogBuilder* logBuilder) const;
private: