summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/test_harness/timestamp_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/test_harness/timestamp_manager.h')
-rw-r--r--src/third_party/wiredtiger/test/cppsuite/test_harness/timestamp_manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/test_harness/timestamp_manager.h b/src/third_party/wiredtiger/test/cppsuite/test_harness/timestamp_manager.h
index e510614d077..c10d10df5c0 100644
--- a/src/third_party/wiredtiger/test/cppsuite/test_harness/timestamp_manager.h
+++ b/src/third_party/wiredtiger/test/cppsuite/test_harness/timestamp_manager.h
@@ -50,7 +50,8 @@ class timestamp_manager : public component {
static const std::string decimal_to_hex(uint64_t value);
public:
- timestamp_manager(configuration *config);
+ explicit timestamp_manager(configuration *config);
+ virtual ~timestamp_manager() = default;
void load() override final;
void do_work() override final;