summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/vector_clock_test_fixture.h')
-rw-r--r--src/mongo/db/vector_clock_test_fixture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/vector_clock_test_fixture.h b/src/mongo/db/vector_clock_test_fixture.h
index 96a3a94a577..3fc5b043744 100644
--- a/src/mongo/db/vector_clock_test_fixture.h
+++ b/src/mongo/db/vector_clock_test_fixture.h
@@ -74,6 +74,9 @@ protected:
DBDirectClient* getDBClient() const;
+protected:
+ void setupOpObservers() override;
+
private:
VectorClock* _clock;
std::shared_ptr<ClockSourceMock> _mockClockSource = std::make_shared<ClockSourceMock>();