Mac build break fix
Former-commit-id: 5f3543921b4123c2216d9294c5eb7bfed007cbf5
This commit is contained in:
parent
6448de4461
commit
5fd3c39c05
@ -819,7 +819,7 @@ struct redisObjectExtended {
|
||||
uint64_t mvcc_tstamp;
|
||||
};
|
||||
|
||||
typedef class redisObject {
|
||||
typedef struct redisObject {
|
||||
protected:
|
||||
redisObject() {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user