summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/op_observer_noop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/op_observer/op_observer_noop.h')
-rw-r--r--src/mongo/db/op_observer/op_observer_noop.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/op_observer/op_observer_noop.h b/src/mongo/db/op_observer/op_observer_noop.h
index 66344d8e686..8bea94e5578 100644
--- a/src/mongo/db/op_observer/op_observer_noop.h
+++ b/src/mongo/db/op_observer/op_observer_noop.h
@@ -46,7 +46,8 @@ public:
void onDropGlobalIndex(OperationContext* opCtx,
const NamespaceString& globalIndexNss,
- const UUID& globalIndexUUID) final{};
+ const UUID& globalIndexUUID,
+ long long numKeys) final{};
void onCreateIndex(OperationContext* opCtx,
const NamespaceString& nss,