Fix build

This commit is contained in:
alesapin 2020-11-20 15:31:40 +03:00
parent 29631aaf2e
commit ab5f3b0b41

View File

@ -87,7 +87,7 @@ struct TestKeeperStorageRequest
virtual std::pair<Coordination::ZooKeeperResponsePtr, Undo> process(TestKeeperStorage::Container & container, TestKeeperStorage::Ephemerals & ephemerals, int64_t zxid, int64_t session_id) const = 0;
virtual void processWatches(TestKeeperStorage::Watches & /*watches*/, TestKeeperStorage::Watches & /*list_watches*/) const {}
virtual ~TestKeeperStorageRequest() = default
virtual ~TestKeeperStorageRequest() = default;
struct TestKeeperStorageHeartbeatRequest final : public TestKeeperStorageRequest
{