Virtual dtor for DB base class
Former-commit-id: 953b1cb3a2fec808751d2e7507efe8896f671921
This commit is contained in:
parent
ed1b2ce2c8
commit
f176f0e131
@ -1226,7 +1226,7 @@ class redisDbPersistentData
|
||||
friend class redisDbPersistentDataSnapshot;
|
||||
|
||||
public:
|
||||
~redisDbPersistentData();
|
||||
virtual ~redisDbPersistentData();
|
||||
|
||||
redisDbPersistentData() = default;
|
||||
redisDbPersistentData(redisDbPersistentData &&) = default;
|
||||
@ -1424,6 +1424,7 @@ struct redisDb : public redisDbPersistentDataSnapshot
|
||||
redisDb()
|
||||
: expireitr(nullptr)
|
||||
{}
|
||||
|
||||
void initialize(int id);
|
||||
virtual ~redisDb();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user