fix windows compile error

This commit is contained in:
Hongze Cheng 2021-03-03 19:00:54 +08:00
parent 5bcca2f661
commit 33c3497041
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ typedef struct {
TSKEY keyLast; TSKEY keyLast;
int64_t numOfRows; int64_t numOfRows;
SSkipList* pData; SSkipList* pData;
T_REF_DECLARE(); T_REF_DECLARE()
} STableData; } STableData;
typedef struct { typedef struct {