fix windows compile error
This commit is contained in:
parent
5bcca2f661
commit
33c3497041
|
@ -37,7 +37,7 @@ typedef struct {
|
|||
TSKEY keyLast;
|
||||
int64_t numOfRows;
|
||||
SSkipList* pData;
|
||||
T_REF_DECLARE();
|
||||
T_REF_DECLARE()
|
||||
} STableData;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue